Replies: 1 comment
-
Hey @TalyGin 👋, We also offer priority support for our sponsors. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello team,
We've got a running redis with some legacy code publishing to redis lists.
I'm trying to configure celery with kombu to consume from this lists.
Is it possible? When I try to configure it, it creates several sets in redis, but is it is not expected.
The configuration is pretty straighforward:
And result in redis as follow:
Where the
firestarter
is legacy list, and the rest are set. Why sets?And how to get it consume from
firestarter
?Thanks
Beta Was this translation helpful? Give feedback.
All reactions