chasquimq 1.1.0

The fastest open-source message broker for Redis. Rust-native engine on Redis Streams + MessagePack, with Node.js and Python bindings.
Documentation
1
2
3
4
5
6
pub(crate) mod commands;
pub(crate) mod conn;
pub(crate) mod delayed_member;
pub(crate) mod group;
pub mod keys;
pub(crate) mod parse;