You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple implementation of a Redis server in Rust. It is a work in progress.
My goal is learn rust - and the means of doing so is to implement a subset of the Redis protocol and to be able to interact with it using the redis-cli tool.