From 25f07399658117b3ad3703e797edfa279b10f55d Mon Sep 17 00:00:00 2001 From: Anurag Bandyopadhyay Date: Wed, 29 Jan 2025 11:12:21 +0530 Subject: [PATCH] docs: adding contributors acknowledgement in readme.md * FEAT: add contributor ack for valkey-go Signed-off-by: Anuragkillswitch <70265851+Anuragkillswitch@users.noreply.github.com> * Update README.md Co-authored-by: Rueian Signed-off-by: Anurag Bandyopadhyay --------- Signed-off-by: Anuragkillswitch <70265851+Anuragkillswitch@users.noreply.github.com> Signed-off-by: Anurag Bandyopadhyay Co-authored-by: Anuragkillswitch <70265851+Anuragkillswitch@users.noreply.github.com> Co-authored-by: Rueian --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 062c322..0660b04 100644 --- a/README.md +++ b/README.md @@ -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! + + + + + ### Generate Command Builders Command builders are generated based on the definitions in [./hack/cmds](./hack/cmds) by running: