Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for async cache implementation #364

Closed
mfronczyk opened this issue Aug 16, 2018 · 1 comment
Closed

Support for async cache implementation #364

mfronczyk opened this issue Aug 16, 2018 · 1 comment

Comments

@mfronczyk
Copy link

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.

@tidyui
Copy link
Member

tidyui commented Aug 20, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants