vertx / io.vertx.rxjava.redis / RedisTransaction / bitcount

bitcount

open fun bitcount(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Count set bits in a string

Parameters

key - Key string

handler - Handler for the result of this call.

Return