From 2e6b052538b2647faa2c2025fd7df7e493563055 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Wed, 14 Nov 2018 22:48:45 -0500 Subject: [PATCH] Update project url of the radix go redis client After a few years of design and testing, with lots of feedback from people testing it, I'm ready to say that the newest version of radix is ready to be used. This version is faster and more flexible, and is better able to handle new features like streams and RESP3. Due to go's new module dependency system, this will be the last time the url of the project needs to change due to a major version change. --- clients.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients.json b/clients.json index 9223037763..3ac67fe510 100644 --- a/clients.json +++ b/clients.json @@ -106,7 +106,7 @@ { "name": "Radix", "language": "Go", - "repository": "https://github.com/mediocregopher/radix.v2", + "repository": "https://github.com/mediocregopher/radix", "description": "MIT licensed Redis client which supports pipelining, pooling, redis cluster, scripting, pub/sub, scanning, and more.", "authors": ["fzzbt", "mediocre_gopher"], "recommended": true,