intelligenthack / intelligentcache

A distributed cache backed by Redis
MIT License
18 stars 2 forks source link

Fix when using RedisCache with byte array #28

Closed ianselmi closed 3 years ago

ianselmi commented 3 years ago

When we store a byte array to redis using RedisCache the value pass to Deserialize is not the real value because ToString on RedisValue change the value

sklivvz commented 3 years ago

dupe of #30