update redis repo link

Signed-off-by: Alexandre Thibault <alexandre.thibault@artex.io>
This commit is contained in:
Alexandre Thibault 2023-03-17 09:12:22 +01:00 committed by Avelino
parent 0e7fb8e74f
commit ba26a433a6

View File

@ -824,7 +824,7 @@ _Libraries for building and using SQL._
- [qmgo](https://github.com/qiniu/qmgo) - The MongoDB driver for Go. Its based on official MongoDB driver but easier to use like Mgo.
- [redeo](https://github.com/bsm/redeo) - Redis-protocol compatible TCP servers/services.
- [redigo](https://github.com/gomodule/redigo) - Redigo is a Go client for the Redis database.
- [redis](https://github.com/go-redis/redis) - Redis client for Golang.
- [redis](https://github.com/redis/go-redis) - Redis client for Golang.
- [rueidis](http://github.com/rueian/rueidis) - Fast Redis RESP3 client with auto pipelining and server-assisted client side caching.
- [xredis](https://github.com/shomali11/xredis) - Typesafe, customizable, clean & easy to use Redis client.