linq2dynamodb icon indicating copy to clipboard operation
linq2dynamodb copied to clipboard

For Redis support, use StackExchange.Redis.StrongName package

Open howcheng opened this issue 7 years ago • 0 comments

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.

howcheng avatar Jul 11 '18 00:07 howcheng