chore: fix import path

This commit is contained in:
Vladimir Mihailenco 2023-01-24 15:50:10 +02:00
parent 8db53fadf6
commit bdfb4a75ad
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
- [Redis Mock](https://github.com/go-redis/redismock) - [Redis Mock](https://github.com/go-redis/redismock)
- [Distributed Locks](https://github.com/bsm/redislock) - [Distributed Locks](https://github.com/bsm/redislock)
- [Redis Cache](https://github.com/go-redis/cache) - [Redis Cache](https://github.com/go-redis/cache)
- [Rate limiting](https://github.com/redis/go-redis_rate) - [Rate limiting](https://github.com/go-redis/redis_rate)
This client also works with [Kvrocks](https://github.com/apache/incubator-kvrocks), a distributed This client also works with [Kvrocks](https://github.com/apache/incubator-kvrocks), a distributed
key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol. key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.