vertx / io.vertx.redis / RedisTransaction / clusterKeyslot

clusterKeyslot

abstract fun clusterKeyslot(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Returns the hash slot of the specified key.

Parameters

key -

handler - Handler for the result of this call.

Since
Redis 3.0.0 group: cluster