NRedisStack
NRedisStack copied to clipboard
Redis Stack .Net client
The redis.io webpage for [bitfields](https://redis.io/docs/data-types/bitfields/) needs the C# example as well. The python equivalent can be used to copy the setup and can be found [here](https://github.com/redis/redis-py/pull/3002/files#diff-75621ec51da32e7f657243e238496703618ccfb882d0eac5b7c61ed400e1830f) The first line of...
Relevant: https://github.com/redis/redis-py/blob/master/redis/retry.py Backoffs: https://github.com/redis/redis-py/blob/master/redis/backoff.py Examples: https://github.com/redis/redis-py/blob/d3a3ada03e080f39144807c9fbe44876c40e0548/docs/retry.rst
Raised by #71
Closes/Fixes #312 - change response parser to accept new response layout - fix unit tests regarding to new response
Bumps the nuget group with 1 update in the /src/NRedisStack directory: System.Text.Json. Bumps the nuget group with 2 updates in the /tests/NRedisStack.Tests directory: System.Text.Json and BouncyCastle.Cryptography. Updates `System.Text.Json` from 7.0.2...
Bumps System.Text.Json from 7.0.2 to 8.0.4. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps xunit.runner.visualstudio from 2.4.3 to 2.8.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps xunit from 2.4.1 to 2.9.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
FT.PROFILE response data change in Redis server more details [here](https://github.com/RediSearch/RediSearch/pull/4572)