Module simple_redis::client

source ·
Expand description

client

Implements the redis client capabilities.

Structs

  • The redis client which enables to invoke redis operations.

Functions

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