vertx / io.vertx.rxjava.redis / RedisClient / rxLpush

rxLpush

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

Prepend one value to a list

Parameters

key - Key string

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

Return