suspend fun RedisTransaction.dumpAwait(key: String): String
Return a serialized version of the value stored at the specified key.
key - Key string
key
handler - Handler for the result of this call.
handler
Return