Skip to content

Commit 25f0739

Browse files
SoulPancakerueian
andauthored
docs: adding contributors acknowledgement in readme.md
* 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]>
1 parent 9b154d3 commit 25f0739

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,12 @@ if err := valkey.DecodeSliceOfJSON(client.Do(ctx, client.B().Mget().Key("user1")
595595
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).
596596
Contributions mean a lot to us and help us improve this library and the community!
597597

598+
Thanks to all the people who already contributed!
599+
600+
<a href="https://github.com/valkey-io/valkey-go/graphs/contributors">
601+
<img src="https://contributors-img.web.app/image?repo=valkey-io/valkey-go" />
602+
</a>
603+
598604
### Generate Command Builders
599605

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

0 commit comments

Comments
 (0)