We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984cdda commit 3ca23f7Copy full SHA for 3ca23f7
rueidislimiter/README.md
@@ -37,13 +37,6 @@ import (
37
)
38
39
func main() {
40
- client, err := rueidis.NewClient(rueidis.ClientOption{
41
- InitAddress: []string{"localhost:6379"},
42
- })
43
- if err != nil {
44
- panic(err)
45
- }
46
-
47
// Initialize a new rate limiter with a limit of 5 requests per minute
48
limiter, err := rueidislimiter.NewRateLimiter(rueidislimiter.RateLimiterOption{
49
ClientOption: rueidis.ClientOption{InitAddress: []string{"localhost:6379"}},
0 commit comments