vertx / io.vertx.rxjava.redis / RedisClient / rxTouchMany

rxTouchMany

open fun rxTouchMany(keys: MutableList<String>): Single<Long>

Alters the last access time of a key(s). Returns the number of existing keys specified.

Parameters

keys - list of keys

Return