coerce-redis 0.1.0

Redis actor persistence provider for Coerce. Supports event sourcing and snapshots
Documentation
1
2
3
4
5
6
7
#[macro_use]
extern crate async_trait;

#[macro_use]
extern crate redis_async;

pub mod journal;