Undis
Undis is a serde-compatible redis library for Rust.
WIP
This project is currently under heavy development. Use it at your own risk.
Todo
- Add
#[deny(missing_docs)]
. - More command helper methods.
- Fix server push protocol handling and support pubsub.
- Pipeline, and figure out how to share helper methods with the Client.
Future considerations
- Separate the
resp3
module into its own crate, with better multi-crate project layout. - Redis server mock helper.
- Full-featured Redis server implementation.
- Redis cluster proxy.
License
Undis is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.