Skip to content

Commit 034a7da

Browse files
author
Runze Cui
committed
bump baseline grab redis to go-redis v9.6.1
1 parent c3610cd commit 034a7da

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+455
-461
lines changed

bench_decode_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"testing"
99
"time"
1010

11-
"github.com/redis/go-redis/v9/internal/proto"
11+
"gitlab.myteksi.net/dbops/Redis/v9/internal/proto"
1212
)
1313

1414
var ctx = context.TODO()

bench_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ import (
44
"bytes"
55
"context"
66
"fmt"
7+
"gitlab.myteksi.net/dbops/Redis/v9"
78
"strconv"
89
"strings"
910
"sync"
1011
"testing"
1112
"time"
12-
13-
"github.com/redis/go-redis/v9"
1413
)
1514

1615
func benchmarkRedisClient(ctx context.Context, poolSize int) *redis.Client {

bitmap_commands_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package redis_test
33
import (
44
. "github.com/bsm/ginkgo/v2"
55
. "github.com/bsm/gomega"
6-
"github.com/redis/go-redis/v9"
6+
"gitlab.myteksi.net/dbops/Redis/v9"
77
)
88

99
type bitCountExpected struct {

command.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ import (
1111
"sync"
1212
"time"
1313

14-
"github.com/redis/go-redis/v9/internal"
15-
"github.com/redis/go-redis/v9/internal/hscan"
16-
"github.com/redis/go-redis/v9/internal/proto"
17-
"github.com/redis/go-redis/v9/internal/util"
14+
"gitlab.myteksi.net/dbops/Redis/v9/internal"
15+
"gitlab.myteksi.net/dbops/Redis/v9/internal/hscan"
16+
"gitlab.myteksi.net/dbops/Redis/v9/internal/proto"
17+
"gitlab.myteksi.net/dbops/Redis/v9/internal/util"
1818
)
1919

2020
type Cmder interface {

command_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import (
44
"errors"
55
"time"
66

7-
"github.com/redis/go-redis/v9"
8-
97
. "github.com/bsm/ginkgo/v2"
108
. "github.com/bsm/gomega"
9+
10+
"gitlab.myteksi.net/dbops/Redis/v9"
1111
)
1212

1313
var _ = Describe("Cmd", func() {

commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"strings"
1313
"time"
1414

15-
"github.com/redis/go-redis/v9/internal"
15+
"gitlab.myteksi.net/dbops/Redis/v9/internal"
1616
)
1717

1818
// KeepTTL is a Redis KEEPTTL option to keep existing TTL, it requires your redis-server version >= 6.0,

0 commit comments

Comments
 (0)