vertx / io.vertx.rxjava.redis / RedisClient / rxAppend

rxAppend

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

Append a value to a key

Parameters

key - Key string

value - Value to append

Return