embedded-redis 0.8.0

A no_std Redis client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod auth;
mod bgsave;
mod builder;
mod custom;
mod get;
pub(crate) mod hello;
mod hget;
mod hgetall;
mod hset;
mod ping;
mod publish;
mod set;