open fun getBinary(key: String, handler: Handler<AsyncResult<Buffer>>): RedisTransaction
Get the value of a key - without decoding as utf-8
key - Key string
key
handler - Handler for the result of this call.
handler
Return