vertx / io.vertx.rxjava.redis / RedisClient / clusterKeyslot

clusterKeyslot

open fun clusterKeyslot(key: String, handler: Handler<AsyncResult<Long>>): RedisClient

Returns the hash slot of the specified key.

Parameters

key -

handler - Handler for the result of this call.

Return