open fun setBinary(key: String, value: Buffer, handler: Handler<AsyncResult<Void>>): RedisClient
Set the binary string value of a key - without encoding as utf-8
key - Key of which value to set
handler - Handler for the result of this call.
Return