BinaryRedis.touch

Alters the last access time of a key(s). A key is ignored if it does not exist. Time complexity: O(N) where N is the number of keys that will be touched. @param keys @return Integer reply: The number of keys that were touched.

  1. Long touch(const(ubyte)[][] keys)
    class BinaryRedis
    Long
    touch
    (
    const(ubyte)[][] keys...
    )
  2. Long touch(const(ubyte)[] key)

Meta