intelligenthack / intelligentcache

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

Net 5 support and serializers exported to own projects #27

Closed RagingKore closed 3 years ago

RagingKore commented 3 years ago

new: net 5 support new: api refactored to support nullables new: all serializers exported to specific projects new: system text json serializer added as default new: protobuf serializer now uses recyclable memory streams

closes #25 #26

RagingKore commented 3 years ago

Any feedback on this?

sklivvz commented 3 years ago

Looking!

sklivvz commented 3 years ago

There's a lot to unpack there! I think most changes are simply good. I have more... semantic doubts about nullables. What is the practical use case for storing nulls in a cache?

sklivvz commented 3 years ago

dupe of #30