Crate xsm

Source

Re-exports§

pub use fred;
pub use fred::prelude::RedisErrorKind::Unknown;
pub use xxai_msgpacker;

Structs§

Client
HOSTNAME
PerformanceConfig
Configuration options that can affect the performance of the client.
RedisClient
The primary Redis client struct.
RedisConfig
Configuration options for a RedisClient.
Server
Stream

Enums§

ReconnectPolicy
The type of reconnection policy to use. This will apply to every connection used by the client.
ServerConfig
Connection configuration for the Redis server.
XID
Stream ID arguments for XADD, XREAD, etc.

Traits§

ClientLike
Any Redis client that implements any part of the Redis interface.
StreamsInterface
Functions that implement the streams interface.