Skip to content

For Redis support, use StackExchange.Redis.StrongName package #58

@howcheng

Description

@howcheng

In order to store complex data in Redis, we have to use StackExchange.Redis.Extensions, which has a dependency on StackExchange.Redis.StrongName. This happens to be the exact same code as the StackExchange.Redis assembly, but it's strongly named instead.

The StrongName package was introduced as a dependency to StackExchange.Redis.Extensions.Core.3.0.0, which is compatible with .NETStandard 2.0. Happily for me, I'm not developing against that, so I'm unaffected, but I'm sure it's going to be a problem others at some point.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions