11# Redis client for Go
22
33[ ![ build workflow] ( https://github.com/redis/go-redis/actions/workflows/build.yml/badge.svg )] ( https://github.com/redis/go-redis/actions )
4- [ ![ PkgGoDev] ( https://pkg.go.dev/badge/github.com/redis/go-redis /v9 )] ( https://pkg.go.dev/github.com/redis/go-redis /v9?tab=doc )
4+ [ ![ PkgGoDev] ( https://pkg.go.dev/badge/gitlab.myteksi.net/dbops/Redis /v9 )] ( https://pkg.go.dev/gitlab.myteksi.net/dbops/Redis /v9?tab=doc )
55[ ![ Documentation] ( https://img.shields.io/badge/redis-documentation-informational )] ( https://redis.io/docs/latest/develop/clients/go/ )
6- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/redis/go-redis /v9 )] ( https://goreportcard.com/report/github.com/redis/go-redis /v9 )
6+ [ ![ Go Report Card] ( https://goreportcard.com/badge/gitlab.myteksi.net/dbops/Redis /v9 )] ( https://goreportcard.com/report/gitlab.myteksi.net/dbops/Redis /v9 )
77[ ![ codecov] ( https://codecov.io/github/redis/go-redis/graph/badge.svg?token=tsrCZKuSSw )] ( https://codecov.io/github/redis/go-redis )
88
99[ ![ Discord] ( https://img.shields.io/discord/697882427875393627.svg?style=social&logo=discord )] ( https://discord.gg/W4txy5AeKM )
@@ -48,8 +48,8 @@ in the `go.mod` to `go 1.24` in one of the next releases.
4848
4949- [ Discussions] ( https://github.com/redis/go-redis/discussions )
5050- [ Chat] ( https://discord.gg/W4txy5AeKM )
51- - [ Reference] ( https://pkg.go.dev/github.com/redis/go-redis /v9 )
52- - [ Examples] ( https://pkg.go.dev/github.com/redis/go-redis /v9#pkg-examples )
51+ - [ Reference] ( https://pkg.go.dev/gitlab.myteksi.net/dbops/Redis /v9 )
52+ - [ Examples] ( https://pkg.go.dev/gitlab.myteksi.net/dbops/Redis /v9#pkg-examples )
5353
5454## old documentation
5555
@@ -90,7 +90,7 @@ go mod init github.com/my/repo
9090Then install go-redis/** v9** :
9191
9292``` shell
93- go get github.com/redis/go-redis /v9
93+ go get gitlab.myteksi.net/dbops/Redis /v9
9494```
9595
9696## Quickstart
@@ -100,7 +100,7 @@ import (
100100 " context"
101101 " fmt"
102102
103- " github.com/redis/go-redis /v9"
103+ " gitlab.myteksi.net/dbops/Redis /v9"
104104)
105105
106106var ctx = context.Background ()
@@ -173,7 +173,7 @@ rdb := redis.NewClient(&redis.Options{
173173Example with Entra ID:
174174``` go
175175import (
176- " github.com/redis/go-redis /v9"
176+ " gitlab.myteksi.net/dbops/Redis /v9"
177177 " github.com/redis/go-redis-entraid"
178178)
179179
@@ -262,7 +262,7 @@ to this specification.
262262
263263``` go
264264import (
265- " github.com/redis/go-redis /v9"
265+ " gitlab.myteksi.net/dbops/Redis /v9"
266266)
267267
268268func ExampleClient () *redis .Client {
@@ -281,8 +281,8 @@ func ExampleClient() *redis.Client {
281281
282282``` go
283283import (
284- " github.com/redis/go-redis /v9"
285- " github.com/redis/go-redis /extra/redisotel/v9"
284+ " gitlab.myteksi.net/dbops/Redis /v9"
285+ " gitlab.myteksi.net/dbops/Redis /extra/redisotel/v9"
286286 " errors"
287287)
288288
0 commit comments