We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812a090 commit 26aa282Copy full SHA for 26aa282
README.md
@@ -5,7 +5,7 @@
5
<br>
6
</p>
7
8
-<p align="center"><b>Full Redis implementation in Go</b></p>
+<p align="center"><b>Becoming a full Redis implementation in Go</b></p>
9
10
This project started to see how easy it is to implement a full Redis clone in Go.
11
As one of the side effects, imagine you could write redis modules in Go, that would be awesome!
@@ -60,4 +60,4 @@ go get -u github.com/redis-go/redis
60
- [ ] Benchmarks
61
- [ ] master slaves
62
- [ ] cluster
63
-- [ ] ...
+- [ ] ...
0 commit comments