Description
NRedisStack Version: What version of the library are you using
Redis Stack Version: Any
Description:
When we don't specify LibraryName
in GetDatabase
method NRedisStack uses wrong lib-name https://github.com/redis/NRedisStack/blob/master/tests/NRedisStack.Tests/Core%20Commands/CoreTests.cs#L57
Expected lib-name:
NRedisStack(.NET_v{Environment.Version})
Actual lib-name:
NRedisStack;.NET-{Environment.Version}
More on lib-name suffix format https://github.com/redis/redis-doc/pull/2537/files?short_path=11daa65#diff-11daa650b42390d47ba51b9e3dfdf7de0a1521e67b5e213af1f2fafa940d131a
Metadata
Metadata
Assignees
Labels
No labels