vertx / io.vertx.rxjava.redis / RedisClient / clusterGetkeysinslot

clusterGetkeysinslot

open fun clusterGetkeysinslot(slot: Long, count: Long, handler: Handler<AsyncResult<JsonArray>>): RedisClient

Return local key names in the specified hash slot.

Parameters

slot -

count -

handler - Handler for the result of this call.

Return