vertx / io.vertx.reactivex.redis / RedisClient / bitcount

bitcount

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

Count set bits in a string

Parameters

key - Key string

handler - Handler for the result of this call.

Return