open fun dump(key: String, handler: Handler<AsyncResult<String>>): RedisClient
Return a serialized version of the value stored at the specified key.
key - Key string
key
handler - Handler for the result of this call.
handler
Return