1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-17 20:17:02 +03:00

chore: mention kvrocks

This commit is contained in:
Vladimir Mihailenco 2022-04-14 17:55:34 +03:00
parent 354913edca
commit 4c8b4d1619

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.