Add, retrieve and remove complex object
Create your instance:
Add object to Redis
Retrieve the object:
Note that is possible to change the expires time of the item also when you are retrieving it. In fact the method GetAsync offers two overloads that accept DateTimeOffset or TimeSpan in order to change the expiration time of the item without submit it again.
Remove and object
Last updated