vertx / io.vertx.reactivex.redis / RedisClient / lpop

lpop

open fun lpop(key: String, handler: Handler<AsyncResult<String>>): RedisClient

Remove and get the first element in a list

Parameters

key - String key

handler - Handler for the result of this call.

Return