Is it possible to retrieve data from an existing redis? #2520
Unanswered
LucasAndFlores
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I am not sure I understand your question. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@manast Let's say that I already have a Redis populated with data, like
How should I use bull in this case? Because I would like to process this data which is already inside of this Redis. And today I tried to do something like
And didn't work. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to find this from the docs and also take a look on issues and didn't find nothing about it.
I have a Redis that I would like to retrieve all the data inside and use the library to work with it, is it possible?
I mean, imagine that I have 30 keys inside a Redis and I'd like to work them with the library, how should I proceed?
Beta Was this translation helpful? Give feedback.
All reactions