vertx / io.vertx.rxjava.redis / RedisClient / rxTouch

rxTouch

open fun rxTouch(key: String): Single<Long>

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

Parameters

key - Key String

Return