We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516abe8 commit f0ecdb4Copy full SHA for f0ecdb4
README.md
@@ -51,8 +51,8 @@ key value NoSQL database that uses RocksDB as storage engine and is compatible w
51
52
## Features
53
54
-- Redis 3 commands except QUIT, MONITOR, and SYNC.
55
-- Automatic connection pooling with
+- Redis commands except QUIT and SYNC.
+- Automatic connection pooling.
56
- [Pub/Sub](https://redis.uptrace.dev/guide/go-redis-pubsub.html).
57
- [Pipelines and transactions](https://redis.uptrace.dev/guide/go-redis-pipelines.html).
58
- [Scripting](https://redis.uptrace.dev/guide/lua-scripting.html).
0 commit comments