Module mini_redis::blocking_client[][src]

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

Established connection with a Redis server.

A client that has entered pub/sub mode.

Functions

Establish a connection with the Redis server located at addr.