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 d623a10 commit 0fbc1beCopy full SHA for 0fbc1be
README.md
@@ -26,6 +26,12 @@ or it can be used as a relay to implement a chat server using its builtin
26
[PubSub](https://redis.io/topics/pubsub)
27
features.
28
29
+This Swift package includes the RESP protocol implementation and a simple
30
+Redis client.
31
+We also provide an actual [Redis Server](https://github.com/NozeIO/redi-s)
32
+written in Swift, using SwiftNIO and SwiftNIO Redis.
33
+
34
35
## Performance
36
37
This implementation is focused on performance.
0 commit comments