behest-store 0.5.5

Persistence traits and storage backends for the behest agent runtime
Documentation
1
2
3
4
5
//! Redis session store implementation using hashes and sorted sets.

pub mod session;

pub use session::RedisSessionStore;