Expand description
§faucet-state-redis
Redis-backed StateStore for faucet-stream
incremental replication bookmarks. Stores each entry as a single Redis
string under {namespace}:{key} containing a serialized JSON value.
Re-exports§
pub use store::RedisStateStore;
Modules§
- store
- Redis-backed
StateStore.