mirror of https://github.com/go-redis/redis.git
Merge pull request #934 from go-redis/fix/rm-limiter-copy
Remove limiter copy
This commit is contained in:
commit
29e07c1098
3
redis.go
3
redis.go
|
@ -389,8 +389,7 @@ type Client struct {
|
||||||
baseClient
|
baseClient
|
||||||
cmdable
|
cmdable
|
||||||
|
|
||||||
limiter Limiter
|
ctx context.Context
|
||||||
ctx context.Context
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewClient returns a client to the Redis Server specified by Options.
|
// NewClient returns a client to the Redis Server specified by Options.
|
||||||
|
|
Loading…
Reference in New Issue