Expand description
Holds all the types that can be stored in Redis.
Structs§
- Generic
- The generic type is used to implement the common methods for all types.
- List
- A list that is stored in Redis.
- List
Cache - A list that caches the values in memory It improves the performance, if you perform a lot of read only operations on the list.
- List
Iter - An iterator over the list.