vertx / io.vertx.reactivex.redis / RedisClient / clusterCountkeysinslot

clusterCountkeysinslot

open fun clusterCountkeysinslot(slot: Long, handler: Handler<AsyncResult<Long>>): RedisClient

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

Parameters

slot -

handler - Handler for the result of this call.

Return