chore: mention kvrocks

This commit is contained in:
Vladimir Mihailenco 2022-04-14 17:55:34 +03:00
parent 354913edca
commit 4c8b4d1619
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@
- [Redis Cache](https://github.com/go-redis/cache)
- [Rate limiting](https://github.com/go-redis/redis_rate)
This client also works with [kvrocks](https://github.com/KvrocksLabs/kvrocks), a distributed key
value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
## Features
- Redis 3 commands except QUIT, MONITOR, and SYNC.