Expand description
Simple time-series database functionality using Redis Sorted ‘Z’ Sets.
Structs§
- Time
Series - Connection to a Redis Time Series
- Time
Value - A timestamped value.
- Timestamp
- The timestamp for values in the database.
Enums§
- Error
- Errors for this library
Type Aliases§
- Result
- The result type to use for the library