How to set a default redis connection ? #2052
Unanswered
ghostlexly
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You can't do that, that would not be a good development practice in any case. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I'm always passing the redis connection parameters on my queues and workers.
Actual code:
Expected:
How i can set the default connection somewhere so i don't have to set the connection each time?
Beta Was this translation helpful? Give feedback.
All reactions