andy-stark-redis
andy-stark-redis
### Pull Request check-list _Please make sure to review and check all of these items:_ - [ ] Do tests and lints pass with this change? - [ ] Do...
Code samples for the set datatype doc page.
The C# client seems to work a bit differently to the Python client for these commands. Hopefully, I've translated it over from Python correctly.
**Describe the changes in the pull request** A clear and concise description of what the PR is solving, including: 1. The current state briefly 2. What is the change 3....
Examples for ZADD and ZRANGE, plus placeholders for future examples.
**NRedisStack Version**: current master branch **Redis Stack Version**: 7.2.4 **Description**: I attempted to write a code sample for the [aggregation query doc page](https://redis.io/docs/latest/develop/interact/search-and-query/query/aggregation/). Under [Grouping without aggregation](https://redis.io/docs/latest/develop/interact/search-and-query/query/aggregation/#grouping-without-aggregation), there is an...
C# versions of the examples in [this page](https://redis.io/docs/latest/develop/interact/search-and-query/query/geo-spatial/).
Go versions of the examples in [this page](https://redis.io/docs/latest/develop/data-types/streams/). Note: it's difficult to make the output from the stream commands work well with Go testable examples because of the nondeterministic timestamps....
### Pull Request check-list _Please make sure to review and check all of these items:_ - [ ] Do tests and lints pass with this change? - [ ] Do...