graphql-ruby-persisted_queries icon indicating copy to clipboard operation
graphql-ruby-persisted_queries copied to clipboard

Support Solid Cache as a cache store

Open mengqing opened this issue 1 year ago • 1 comments
trafficstars

Just wondering if it is possible to use Solid Cache as the caching store?

mengqing avatar Apr 20 '24 02:04 mengqing

Hey @mengqing! Not yet, but it should not be a big deal to add it, for instance take a look at the redis adapter: you just need to implement fetch and save and voila! Would be really happy to review that PR

DmitryTsepelev avatar Apr 20 '24 13:04 DmitryTsepelev