Re-exports§
pub use fred;
pub use fred::prelude::RedisErrorKind::Unknown;
pub use xxai_msgpacker;
Structs§
- Client
- HOSTNAME
- Performance
Config - Configuration options that can affect the performance of the client.
- Redis
Client - The primary Redis client struct.
- Redis
Config - Configuration options for a
RedisClient
. - Server
- Stream
Enums§
- Reconnect
Policy - The type of reconnection policy to use. This will apply to every connection used by the client.
- Server
Config - Connection configuration for the Redis server.
- XID
- Stream ID arguments for
XADD
,XREAD
, etc.
Traits§
- Client
Like - Any Redis client that implements any part of the Redis interface.
- Streams
Interface - Functions that implement the streams interface.