tinyredis A minimal implementation of Redis. Features PING ECHO GET SET DEL Cache with Expiry SYNC: Replication Leader elections Usage and Testing Use cargo run to run the server. Use cargo test to run the tests. Both should be done separetely in two different shells.