suspend fun RedisTransaction.rpushAwait(key: String, value: String): String
Append one or multiple values to a list
key - Key string
key
value - Value to be added to the end of the list
value
handler - Handler for the result of this call.
handler
Return