Skip to content

Commit

Permalink
docs: adding contributors acknowledgement in readme.md
Browse files Browse the repository at this point in the history
* FEAT: add contributor ack for valkey-go

Signed-off-by: Anuragkillswitch <[email protected]>

* Update README.md

Co-authored-by: Rueian <[email protected]>
Signed-off-by: Anurag Bandyopadhyay <[email protected]>

---------

Signed-off-by: Anuragkillswitch <[email protected]>
Signed-off-by: Anurag Bandyopadhyay <[email protected]>
Co-authored-by: Anuragkillswitch <[email protected]>
Co-authored-by: Rueian <[email protected]>
  • Loading branch information
3 people authored Jan 29, 2025
1 parent 9b154d3 commit 25f0739
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 := valkey.DecodeSliceOfJSON(client.Do(ctx, client.B().Mget().Key("user1")
Contributions are welcome, including [issues](https://github.com/valkey-io/valkey-go/issues), [pull requests](https://github.com/valkey-io/valkey-go/pulls), and [discussions](https://github.com/valkey-io/valkey-go/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/valkey-io/valkey-go/graphs/contributors">
<img src="https://contributors-img.web.app/image?repo=valkey-io/valkey-go" />
</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 25f0739

Please sign in to comment.