-
Hi 👋 As advised in the deployment architecture section in the docs, i'm trying to use a managed redis external to the kubernetes cluster. The problem i'm facing is that Google Cloud only supports redis up to 5 currently, and Dagster seems to support Redis 6 (stable). While the version is not pinned, the helm chart that dagster installs is also running on Redis 6. Do you know if Dagster would work with redis 5 as well? |
Beta Was this translation helpful? Give feedback.
Answered by
amarrella
Apr 19, 2021
Replies: 1 comment
-
Checking in the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
amarrella
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checking in the
celery
sources and trying it out, it seems that redis 5 is supported just fine