Skip to content

Commit e784201

Browse files
authored
completed features
1 parent 8681b65 commit e784201

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ A minimal implementation of Redis.
77
- [x] ECHO
88
- [x] GET
99
- [x] SET
10+
- [x] DEL
1011
- [x] Cache with Expiry
11-
- [ ] Transations: multiple operations
12-
- [ ] Pub/sub
13-
- [ ] Backups
14-
- [ ] Leader elections
12+
- [x] SYNC: Replication
13+
- [x] Leader elections
1514

1615
### Usage and Testing
1716

18-
Use `cargo run` to run the server. Use `cargo test` to run the tests. Both should be done separetely in two different shells.
17+
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

Comments
 (0)