abstract fun hkeys(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Get all the fields in a hash
key - Key string
key
handler - Handler for the result of this call.
handler
Since Redis 2.0.0 group: hash