NRedisStack icon indicating copy to clipboard operation
NRedisStack copied to clipboard

Redis Stack .Net client

Results 34 NRedisStack issues
Sort by recently updated
recently updated
newest added

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...

maintenance

good first issue
maintenance
help-wanted

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

Closes/Fixes #312 - change response parser to accept new response layout - fix unit tests regarding to new response

maintenance

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...

dependencies

Bumps System.Text.Json from 7.0.2 to 8.0.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Text.Json&package-manager=nuget&previous-version=7.0.2&new-version=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...

dependencies

Bumps xunit.runner.visualstudio from 2.4.3 to 2.8.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xunit.runner.visualstudio&package-manager=nuget&previous-version=2.4.3&new-version=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...

dependencies

Bumps xunit from 2.4.1 to 2.9.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xunit&package-manager=nuget&previous-version=2.4.1&new-version=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...

dependencies

FT.PROFILE response data change in Redis server more details [here](https://github.com/RediSearch/RediSearch/pull/4572)

breakingchange