Skip to content

NRedisStack doesn't follow lib-name format used in other clients #204

Closed
@uglide

Description

@uglide

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions