Skip to content

Commit

Permalink
docs: adding contributors acknowledgement in readme.md (#730)
Browse files Browse the repository at this point in the history
Co-authored-by: Anuragkillswitch <[email protected]>
  • Loading branch information
SoulPancake and SoulPancake authored Jan 29, 2025
1 parent c586d3c commit 3f706cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,12 @@ if err := rueidis.DecodeSliceOfJSON(client.Do(ctx, client.B().Mget().Key("user1"
Contributions are welcome, including [issues](https://github.com/redis/rueidis/issues), [pull requests](https://github.com/redis/rueidis/pulls), and [discussions](https://github.com/redis/rueidis/discussions).
Contributions mean a lot to us and help us improve this library and the community!

Thanks to all the people who already contributed!

<a href="https://github.com/redis/rueidis/graphs/contributors">
<img src="https://contributors-img.web.app/image?repo=redis/rueidis" />
</a>

### Generate Command Builders

Command builders are generated based on the definitions in [./hack/cmds](./hack/cmds) by running:
Expand Down

0 comments on commit 3f706cd

Please sign in to comment.