MichaCo / CacheManager

CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.
http://cachemanager.michaco.net
Apache License 2.0
2.33k stars 458 forks source link

Serialization on redis #274

Closed miladcheriki closed 5 years ago

miladcheriki commented 5 years ago

Hi I used cachemanager with 2 cache handlers (memorycache, redis) and active serialization, it didn't serialize the cacheItem when I check it in redis database, All hash fields are readable. I used WithJsonSerializer serializer. WithJsonSerializer(serializationSettings, deserializationSettings)

How can I fix this issue? Thanks in advance.

miladcheriki commented 5 years ago

it was my mistake.

miladcheriki commented 5 years ago

There is no issue. Thanks :)