1
0
mirror of https://github.com/redis/go-redis.git synced 2025-08-07 12:42:55 +03:00

Reduce dependency chain

This commit is contained in:
Dimitrij Denissenko
2020-09-17 14:13:43 +01:00
parent 2eb40d83aa
commit 3fc96195a4
10 changed files with 59 additions and 64 deletions

View File

@@ -13,11 +13,11 @@ import (
"github.com/cespare/xxhash/v2"
"github.com/dgryski/go-rendezvous"
"golang.org/x/exp/rand"
"github.com/go-redis/redis/v8/internal"
"github.com/go-redis/redis/v8/internal/hashtag"
"github.com/go-redis/redis/v8/internal/pool"
"github.com/go-redis/redis/v8/internal/rand"
)
var errRingShardsDown = errors.New("redis: all ring shards are down")