Expand description
Minimal blocking Redis client implementation
Provides a blocking connect and methods for issuing the supported commands.
Re-exports§
pub use crate::client::Message;
Structs§
- Blocking
Client - Established connection with a Redis server.
- Blocking
Subscriber - A client that has entered pub/sub mode.
Functions§
- connect
- Establish a connection with the Redis server located at
addr
.