intelligenthack / intelligentcache

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

Support async correctly #21

Closed aaubry closed 3 years ago

aaubry commented 3 years ago

Work to be completed:

Note: Please ensure that README.md is up-to-date with any changes made above

sklivvz commented 3 years ago

I've added a note :-D

aaubry commented 3 years ago

I'll start with the ConfigureAwait thing, as I have more context about it.

aaubry commented 3 years ago

I'll add tests to RedisCache.

aaubry commented 3 years ago

I'll add tests for RedisInvalidatorReceiver / RedisInvalidatorSender

aaubry commented 3 years ago

Reviewing MemoryCacheTests