Trait djinn::Redis [] [src]

pub trait Redis: Commands + Send + Sync + Clone { }

An interface to a Redis instance or cluster.

Implementors