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 5128a75 commit 1eb1725Copy full SHA for 1eb1725
README.md
@@ -433,5 +433,5 @@ module mymodule
433
434
go 1.18
435
436
-require github.com/redis/rueidis v1.0.16-go1.18
+require github.com/redis/rueidis v1.0.17-go1.18
437
```
pipe.go
@@ -20,7 +20,7 @@ import (
20
)
21
22
const LIB_NAME = "rueidis"
23
-const LIB_VER = "1.0.16"
+const LIB_VER = "1.0.17"
24
25
var noHello = regexp.MustCompile("unknown command .?(HELLO|hello).?")
26
0 commit comments