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 3b7376d commit 222f9edCopy full SHA for 222f9ed
README.md
@@ -460,7 +460,7 @@ module mymodule
460
461
go 1.18
462
463
-require github.com/redis/rueidis v1.0.24-go1.18
+require github.com/redis/rueidis v1.0.25-go1.18
464
```
465
466
## Contributing
pipe.go
@@ -20,7 +20,7 @@ import (
20
)
21
22
const LibName = "rueidis"
23
-const LibVer = "1.0.24"
+const LibVer = "1.0.25"
24
25
var noHello = regexp.MustCompile("unknown command .?(HELLO|hello).?")
26
0 commit comments