piperedis 0.1.6

A pipebase plugin using redis rust client
Documentation
1
2
3
4
5
6
7
8
mod add;
mod avg;
mod count;
mod table;

pub use add::*;
pub use avg::*;
pub use count::*;