1
0
mirror of https://github.com/redis/go-redis.git synced 2025-08-01 16:06:54 +03:00

Extract redisext to separate Go module

This commit is contained in:
Vladimir Mihailenco
2020-09-05 12:36:22 +03:00
parent fe55405454
commit ad96d1969e
2 changed files with 1 additions and 120 deletions

View File

@ -12,6 +12,7 @@
## Ecosystem
- [redisext](https://github.com/go-redis/redisext) - tracing using OpenTelemetryHook.
- [Redis Cache](https://github.com/go-redis/cache).
- [Rate limiting](https://github.com/go-redis/redis_rate).
- [Distributed Locks](https://github.com/bsm/redislock).