vertx / io.vertx.redis / RedisTransaction / bitcount

bitcount

abstract 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.

Since
Redis 2.6.0 group: string