mirror of https://github.com/go-redis/redis.git
Remove limiter copy
This commit is contained in:
parent
11cf9400d5
commit
9409a4baf0
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