[][src]Crate ciseaux_client

This is a simple asynchronous Redis Pool, currently supporting only a connection pool to a Single Redis instance, and will probably provide Cluster support later. If you want to understand how to use it, see examples and/or CiseauxSingle struct.

The library currently support tokio only (Because of redis-rs), and require at least Rust 1.39

Re-exports

pub use redis;

Structs

CiseauxSingle
SingleBuilder

A builder to customize CiseauxSingle

Enums

ConnectionsCount

To change the default pool size

ReconnectBehavior

To change the default behavior of the pool on network/io error.