abstract fun append(key: String, value: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Append a value to a key
key - Key string
key
value - Value to append
value
handler - Handler for the result of this call.
handler
Since Redis 2.0.0 group: string