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 14a877e commit 47c3d7cCopy full SHA for 47c3d7c
README.md
@@ -47,7 +47,7 @@ func main() {
47
48
Checkout more examples: [Command Response Cheatsheet](https://github.com/redis/rueidis#command-response-cheatsheet)
49
50
-## Developer friendly Command Builder
+## Developer Friendly Command Builder
51
52
`client.B()` is the builder entrypoint to construct a redis command:
53
@@ -415,5 +415,5 @@ module mymodule
415
416
go 1.18
417
418
-require github.com/redis/rueidis v1.0.9-go1.18
+require github.com/redis/rueidis v1.0.10-go1.18
419
```
0 commit comments