ndelvalle / rustdis

Partial Redis server implementation using Rust for learning purposes.
https://docs.rs/rustdis
0 stars 0 forks source link

Use async redis multiplexed connection and implement `del`, `exists` and `incr` integration tests #47

Closed ndelvalle closed 2 months ago

ndelvalle commented 2 months ago

Paired with @gillchristian