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 would like to use RESTDataSource in production with Redis cache cluster. apollo-server-cache-redis uses redis module, but it doesn't support cluster feature.
There is an alternative module, ioredis which supports Cluster, Sentinel and Pipelining features. I found an issue @eberhara opened for sentinel support. So maybe we should migrate to it?
The text was updated successfully, but these errors were encountered:
I would like to use RESTDataSource in production with Redis cache cluster.
apollo-server-cache-redis
usesredis
module, but it doesn't support cluster feature.There is an alternative module, ioredis which supports Cluster, Sentinel and Pipelining features. I found an issue @eberhara opened for sentinel support. So maybe we should migrate to it?
The text was updated successfully, but these errors were encountered: