Skip to content

Incomplete Redis client and server implementation using Tokio - for learning purposes only

License

Notifications You must be signed in to change notification settings

su225/mini-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Incomplete Redis client and server implementation using Tokio - for learning purposes only

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%