Module types

Module types 

Source
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.
ListCache
A list that caches the values in memory It improves the performance, if you perform a lot of read only operations on the list.
ListIter
An iterator over the list.

Type Aliases§

DString
Dbool
Di8
Di16
Di32
Di64
Disize
Du8
Du16
Du32
Du64
Dusize