NRedisStack icon indicating copy to clipboard operation
NRedisStack copied to clipboard

Redis Stack .Net client

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

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.11.0 to 17.10.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.10.0 What's Changed Add missing runtimeconfig.json file for 8.0 by @​MarcoRossignoli in microsoft/vstest#4792 Localized file check-in by OneLocBuild...

dependencies

Bumps the nuget group with 1 update in the /tests/NRedisStack.Tests directory: [BouncyCastle.Cryptography](https://github.com/bcgit/bc-csharp). Updates `BouncyCastle.Cryptography` from 2.2.0 to 2.3.1 Commits 45c6b99 Patch #1 for 2.3 cf1829b Set version to '2.3' 6ba2109...

dependencies

Code samples for the set datatype doc page.

documentation

Code samples for List datatype page.

documentation

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.

documentation

Bumps [BouncyCastle.Cryptography](https://github.com/bcgit/bc-csharp) from 2.2.0 to 2.3.0. Commits cf1829b Set version to '2.3' 6ba2109 Update Readme for 2.3.0 601768c DTLS: Sanity check on return value from DtlsTransport.Receive 0b52881 Add retries to...

dependencies

**NRedisStack Version**: 0.12.0 **Redis Stack Version**: ![image](https://github.com/redis/NRedisStack/assets/131339942/c3e1659f-382c-492f-b3e8-8546d60ecfe9) **Description**: For sorted attributes , index.Attributes throws _request.System.IndexOutOfRangeException: Index was outside the bounds of the array._ ![image](https://github.com/redis/NRedisStack/assets/131339942/b572ff97-b647-42a0-8f7f-34796e587a99) This is how i add text...

bug