open fun rpop(key: String, handler: Handler<AsyncResult<String>>): RedisClient
Remove and get the last element in a list
key - Key string
key
handler - Handler for the result of this call.
handler
Return