vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / clusterGetkeysinslotAwait

clusterGetkeysinslotAwait

suspend fun RedisClient.clusterGetkeysinslotAwait(slot: Long, count: Long): JsonArray

Return local key names in the specified hash slot.

Parameters

slot -

count -

handler - Handler for the result of this call.

Return