abstract fun bitcount(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Count set bits in a string
key - Key string
key
handler - Handler for the result of this call.
handler
Since Redis 2.6.0 group: string