We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8681b65 commit e784201Copy full SHA for e784201
README.md
@@ -7,12 +7,11 @@ A minimal implementation of Redis.
7
- [x] ECHO
8
- [x] GET
9
- [x] SET
10
+- [x] DEL
11
- [x] Cache with Expiry
-- [ ] Transations: multiple operations
12
-- [ ] Pub/sub
13
-- [ ] Backups
14
-- [ ] Leader elections
+- [x] SYNC: Replication
+- [x] Leader elections
15
16
### Usage and Testing
17
18
-Use `cargo run` to run the server. Use `cargo test` to run the tests. Both should be done separetely in two different shells.
+Use `cargo run` to run the server. Use `cargo test` to run the tests. Both should be done separetely in two different shells.
0 commit comments