From 43bafc0e7e55dd1d0c7159bd7b96a5df0280d93e Mon Sep 17 00:00:00 2001 From: tidwall Date: Sat, 31 Oct 2020 07:31:40 -0700 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7da477f..089317c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features - Support for pipelining and telnet commands - Works with Redis clients such as [redigo](https://github.com/garyburd/redigo), [redis-py](https://github.com/andymccurdy/redis-py), [node_redis](https://github.com/NodeRedis/node_redis), and [jedis](https://github.com/xetorthio/jedis) - [TLS Support](#tls-example) -- Compatible [pub/sub](#pub_sub) +- Compatible pub/sub support - Multithreaded Installing