Module simple_redis::client [] [src]

client

Implements the redis client capabilities.

Structs

Client

The redis client which enables to invoke redis operations.

Functions

create

Constructs a new redis client.
The redis connection string must be in the following format: redis://[:<passwd>@]<hostname>[:port][/<db>]