You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't want to add extra complexity to the core. To my taste, it already has too many things in, so I'd rather remove/extract.
Extras like middleware-level caching probably can be done with some plugins as soon as we figure what technics we want to use to connect external code.
as we heave plugins support in place this caching can be implemented as a plugin. If anyone wants to deal with this let me know and we could discuss how such a plugin should be organized on the code level, repo location and so on
Hello, I could work on it. As I already done a middleware for lot of reverse-proxies/APIM to implement a fully RFC compliant cache system called Souin I think it would be easy to adapt the middleware way into a RPC handler. But I don't know if we can catch the request and the response.
Nginx support proxy cache and it's useful but how about add much more cache mechanism like bloom.
Could be store on Redis,Filesystem, LRU application, Mongo or etc...
The text was updated successfully, but these errors were encountered: