vertx / io.vertx.redis / RedisTransaction / clusterCountkeysinslot

clusterCountkeysinslot

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

Return the number of local keys in the specified hash slot.

Parameters

slot -

handler - Handler for the result of this call.

Since
Redis 3.0.0 group: cluster