Skip to content

Commit 0fbc1be

Browse files
committed
Note on server
1 parent d623a10 commit 0fbc1be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ or it can be used as a relay to implement a chat server using its builtin
2626
[PubSub](https://redis.io/topics/pubsub)
2727
features.
2828

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+
2935
## Performance
3036

3137
This implementation is focused on performance.

0 commit comments

Comments
 (0)