mercurius-js / cache

Adds an in-process caching layer to Mercurius. Federation is fully supported.
MIT License
106 stars 19 forks source link

Implement invalidation for Redis #30

Closed mcollina closed 2 years ago

mcollina commented 2 years ago

After the implementation of https://github.com/mercurius-js/cache/issues/29, we should look into how to support invalidations in the Redis cache.

simone-sanfratello commented 2 years ago

I'm working on this one

simone-sanfratello commented 2 years ago

done in https://github.com/mercurius-js/cache/pull/48