João Oliveira 922919a9d4 add unknown commands handling without breaking client connection (#26)
- fix client unsubscribe when subscribe list in the event of the
  received unsubscribe list is in a different order than subscribed
- add tests for subscribe and unsubscribe commands
- add tests for unknown command handling
2020-04-06 13:27:58 -07:00
2020-02-05 09:56:25 -08:00
2020-03-24 12:29:12 -07:00

mini-redis

mini-redis is a lightweight, idiomatic implementation of Redis built with tokio.

Logging

mini-redis uses tracing to provide structured logs. Debug logs can be displayed by running:

RUST_LOG=debug cargo run --bin server

Logs will appear when commands are sent to the server from a client.

More documentation on enabling different log levels and filtering logs can be found here.

Description
No description provided
Readme MIT 307 KiB
Languages
Rust 100%