vertx / io.vertx.rxjava.redis / RedisTransaction / rxLpush

rxLpush

open fun rxLpush(key: String, value: String): Single<String>

Prepend one value to a list

Parameters

key - Key string

value - Value to be added at the beginning of the list

Return