Crate redis_zset_ts

Source
Expand description

Simple time-series database functionality using Redis Sorted ‘Z’ Sets.

Structs§

TimeSeries
Connection to a Redis Time Series
TimeValue
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