Add client support for Redis cluster
Showing
- .gitlab-ci.yml 6 additions, 5 deletions.gitlab-ci.yml
- cmd/cache/main.go 1 addition, 1 deletioncmd/cache/main.go
- go.mod 5 additions, 5 deletionsgo.mod
- go.sum 12 additions, 267 deletionsgo.sum
- internal/clients/redis/client.go 28 additions, 12 deletionsinternal/clients/redis/client.go
- internal/config/config.go 6 additions, 5 deletionsinternal/config/config.go
- vendor/github.com/go-redis/redis/v8/CHANGELOG.md 0 additions, 0 deletionsvendor/github.com/go-redis/redis/v8/CHANGELOG.md
- vendor/github.com/go-redis/redis/v8/internal/proto/reader.go 0 additions, 0 deletionsvendor/github.com/go-redis/redis/v8/internal/proto/reader.go
- vendor/github.com/go-redis/redis/v8/internal/safe.go 0 additions, 0 deletionsvendor/github.com/go-redis/redis/v8/internal/safe.go
- vendor/github.com/go-redis/redis/v8/internal/unsafe.go 0 additions, 0 deletionsvendor/github.com/go-redis/redis/v8/internal/unsafe.go
- vendor/github.com/go-redis/redis/v9/.gitignore 0 additions, 0 deletionsvendor/github.com/go-redis/redis/v9/.gitignore
- vendor/github.com/go-redis/redis/v9/.golangci.yml 0 additions, 0 deletionsvendor/github.com/go-redis/redis/v9/.golangci.yml
- vendor/github.com/go-redis/redis/v9/.prettierrc.yml 0 additions, 0 deletionsvendor/github.com/go-redis/redis/v9/.prettierrc.yml
- vendor/github.com/go-redis/redis/v9/CHANGELOG.md 0 additions, 0 deletionsvendor/github.com/go-redis/redis/v9/CHANGELOG.md
- vendor/github.com/go-redis/redis/v9/LICENSE 0 additions, 0 deletionsvendor/github.com/go-redis/redis/v9/LICENSE
- vendor/github.com/go-redis/redis/v9/Makefile 0 additions, 0 deletionsvendor/github.com/go-redis/redis/v9/Makefile
- vendor/github.com/go-redis/redis/v9/README.md 0 additions, 0 deletionsvendor/github.com/go-redis/redis/v9/README.md
- vendor/github.com/go-redis/redis/v9/RELEASING.md 0 additions, 0 deletionsvendor/github.com/go-redis/redis/v9/RELEASING.md
- vendor/github.com/go-redis/redis/v9/cluster.go 0 additions, 0 deletionsvendor/github.com/go-redis/redis/v9/cluster.go
- vendor/github.com/go-redis/redis/v9/cluster_commands.go 0 additions, 0 deletionsvendor/github.com/go-redis/redis/v9/cluster_commands.go
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Please register or sign in to comment