abstract fun get(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Get the value of a key
key - Key string
key
handler - Handler for the result of this call.
handler
Since Redis 1.0.0 group: string