fred 10.1.0

An async client for Redis and Valkey.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod cluster;
pub mod codec;
pub mod command;
pub mod connection;
#[cfg(feature = "network-logs")]
pub mod debug;
pub mod hashers;
pub mod responders;
/// TLS configuration types.
#[cfg(any(
  feature = "enable-rustls",
  feature = "enable-native-tls",
  feature = "enable-rustls-ring"
))]
pub mod tls;
pub mod types;
pub mod utils;