Skip to content

Commit d774491

Browse files
committed
fix
1 parent 2a480cc commit d774491

Some content is hidden

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

72 files changed

+77
-77
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ matrix:
1717
env:
1818
- GO111MODULE=on
1919

20-
go_import_path: github.com/go-redis/redis
20+
go_import_path: github.com/edwindvinas/redis
2121

2222
before_install:
2323
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.17.1

CHANGELOG.md renamed to v7/CHANGELOG.md

Lines changed: 1 addition & 1 deletion

LICENSE renamed to v7/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013 The github.com/go-redis/redis Authors.
1+
Copyright (c) 2013 The github.com/edwindvinas/redis Authors.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without
File renamed without changes.

README.md renamed to v7/README.md

Lines changed: 17 additions & 17 deletions

bench_test.go renamed to v7/bench_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/go-redis/redis/v7"
11+
"github.com/edwindvinas/redis/v7"
1212
)
1313

1414
func benchmarkRedisClient(poolSize int) *redis.Client {

cluster.go renamed to v7/cluster.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ import (
1313
"sync/atomic"
1414
"time"
1515

16-
"github.com/go-redis/redis/v7/internal"
17-
"github.com/go-redis/redis/v7/internal/hashtag"
18-
"github.com/go-redis/redis/v7/internal/pool"
19-
"github.com/go-redis/redis/v7/internal/proto"
16+
"github.com/edwindvinas/redis/v7/internal"
17+
"github.com/edwindvinas/redis/v7/internal/hashtag"
18+
"github.com/edwindvinas/redis/v7/internal/pool"
19+
"github.com/edwindvinas/redis/v7/internal/proto"
2020
)
2121

2222
var errClusterNoNodes = fmt.Errorf("redis: cluster has no nodes")
File renamed without changes.

cluster_test.go renamed to v7/cluster_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99
"sync"
1010
"time"
1111

12-
"github.com/go-redis/redis/v7"
13-
"github.com/go-redis/redis/v7/internal/hashtag"
12+
"github.com/edwindvinas/redis/v7"
13+
"github.com/edwindvinas/redis/v7/internal/hashtag"
1414

1515
. "github.com/onsi/ginkgo"
1616
. "github.com/onsi/gomega"

command.go renamed to v7/command.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import (
77
"strings"
88
"time"
99

10-
"github.com/go-redis/redis/v7/internal"
11-
"github.com/go-redis/redis/v7/internal/proto"
12-
"github.com/go-redis/redis/v7/internal/util"
10+
"github.com/edwindvinas/redis/v7/internal"
11+
"github.com/edwindvinas/redis/v7/internal/proto"
12+
"github.com/edwindvinas/redis/v7/internal/util"
1313
)
1414

1515
type Cmder interface {

0 commit comments

Comments
 (0)