intelligenthack / intelligentcache

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

Support Async correctly #11

Closed sklivvz closed 3 years ago

sklivvz commented 3 years ago

All operations must be available in sync and async versions with the Async suffix in the second case. Async operations should support an optional CancellationToken.

akin-tekeoglu commented 3 years ago

Fixed by #21