Is is safe to use my redis for bull queue and also as a cache? #2516
Unanswered
Rodrigo-JM
asked this question in
Q&A
Replies: 1 comment 2 replies
-
As long as the keys do not collide it is OK, however, you must use the |
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 guys,
I want to reuse my redis as a cache. Right now it's only being use for my queues.
Was wondering if there might be any conflicts or is it completely safe. Btw, my cache keys wouldn't have anything to do with queues and bull...
My initial feeling is that it is safe, but I am not a bull specialist.
Beta Was this translation helpful? Give feedback.
All reactions