TOUCH key [key …]

    Time complexity: O(N) where N is the number of keys that will be touched.

    : The number of keys that were touched.

    *Examples

    redis> SET key2 "World"

    redis>