Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rueian committed Jun 27, 2023
1 parent 14a877e commit 47c3d7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func main() {

Checkout more examples: [Command Response Cheatsheet](https://github.com/redis/rueidis#command-response-cheatsheet)

## Developer friendly Command Builder
## Developer Friendly Command Builder

`client.B()` is the builder entrypoint to construct a redis command:

Expand Down Expand Up @@ -415,5 +415,5 @@ module mymodule
go 1.18
require github.com/redis/rueidis v1.0.9-go1.18
require github.com/redis/rueidis v1.0.10-go1.18
```

0 comments on commit 47c3d7c

Please sign in to comment.