google / rejoiner

Generates a unified GraphQL schema from gRPC microservices and other Protobuf sources
https://google.github.io/rejoiner/
Apache License 2.0
3.67k stars 139 forks source link

DefaultCacheMap question #87

Open luziyuan002 opened 5 years ago

luziyuan002 commented 5 years ago

I found that the cache you use is DefaultCacheMap, but I want to set the cache in redis. I don't know if you have any ideas or suggestions like that. In the future, would you consider adding redis to the project and adding redis to it?

sheepdreamofandroids commented 5 years ago

Caching is part of the dataloader (https://github.com/graphql-java/java-dataloader). I think your question can better be answered there.