suspend fun RedisClient.appendAwait(key: String, value: String): Long
Append a value to a key
key - Key string
key
value - Value to append
value
handler - Handler for the result of this call.
handler
Return