vertx / io.vertx.redis / RedisTransaction / clusterGetkeysinslot

clusterGetkeysinslot

abstract fun clusterGetkeysinslot(slot: Long, count: Long, handler: Handler<AsyncResult<String>>): RedisTransaction

Return local key names in the specified hash slot.

Parameters

slot -

count -

handler - Handler for the result of this call.

Since
Redis 3.0.0 group: cluster