vertx / io.vertx.reactivex.redis / RedisClient / touchMany

touchMany

open fun touchMany(keys: MutableList<String>, handler: Handler<AsyncResult<Long>>): RedisClient

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

Parameters

keys - list of keys

handler -

Return