suspend fun RedisClient.restoreAwait(key: String, millis: Long, serialized: String): String
Create a key using the provided serialized value, previously obtained using DUMP.
millis
- Expiry time in milliseconds to set on the key
serialized
- Serialized form of the key value as obtained using DUMP
handler
- Handler for the result of this call.
Return