Crate redis_zset_ts

source ·
Expand description

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

Structs§

Enums§

  • Errors for this library

Functions§

  • Converts the system time to a 64-bit floating point value which represents the number of seconds, including fraction, since the Unix Epoch. This has microsecond resolution.
  • Gets the current time as a 64-bit floating point value which represents the number of seconds, including fraction, since the Unix Epoch. This has microsecond resolution.

Type Aliases§

  • The result type to use for the library