vertx / io.vertx.rxjava.redis / RedisTransaction / rxRpush

rxRpush

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

Append one or multiple values to a list

Parameters

key - Key string

value - Value to be added to the end of the list

Return