Module mini_redis::client[][src]

Expand description

Minimal Redis client implementation

Provides an async connect and methods for issuing the supported commands.

Structs

Established connection with a Redis server.

A message received on a subscribed channel.

A client that has entered pub/sub mode.

Functions

Establish a connection with the Redis server located at addr.