piranha.core icon indicating copy to clipboard operation
piranha.core copied to clipboard

Support for async cache implementation

Open mfronczyk opened this issue 6 years ago • 1 comments

I’ve implemented a simple distributed cache provider using StackExchange Redis client, but I have to use its synchronous API. It’d be great if Piranha supported async cache implementations.

mfronczyk avatar Aug 16 '18 11:08 mfronczyk

This is related to #102 as the cache is used from within the Api. So in order to use an async cache service the api has to be async as well.

tidyui avatar Aug 20 '18 20:08 tidyui