Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support redis stack key types - ReJSON, Stream #41

Open
ltx0633 opened this issue Jun 19, 2024 · 4 comments
Open

Support redis stack key types - ReJSON, Stream #41

ltx0633 opened this issue Jun 19, 2024 · 4 comments
Assignees

Comments

@ltx0633
Copy link

ltx0633 commented Jun 19, 2024

stack

 redis-dump -a 'xxx' -u prod_redis-stack_master:6379 > stak-full.json

get error: ERROR (TypeError): Unknown type: ReJSON-RL

@lyonvip
Copy link

lyonvip commented Aug 13, 2024

stack

 redis-dump -a 'xxx' -u prod_redis-stack_master:6379 > stak-full.json

get error: ERROR (TypeError): Unknown type: ReJSON-RL

I'm getting a similar error as below:

root@redis-server-6957c56bf7-wgfjk:/# redis-dump -u :${REDIS_DEFAULT_PASSWORD}@127.0.0.1:6379 -d 3
ERROR (TypeError): Unknown type: stream

@lyonvip
Copy link

lyonvip commented Aug 13, 2024

@delano Help!!!

@delano delano self-assigned this Aug 13, 2024
@delano
Copy link
Owner

delano commented Aug 13, 2024

Hmm, that's odd. I'm finishing up work on a ticket from another project. I'll get to this one next.

I just started kicking the tires on Redis Stack myself so I have it running already in my dev environment. I also noticed riot. I haven't tried it out yet but that might do what you need.

@delano delano changed the title Support redis stack Support redis stack key types - ReJSON, Stream Aug 13, 2024
@delano
Copy link
Owner

delano commented Aug 13, 2024

Adding ReJSON should be straightforward. @lyonvip Stream will take a bit longer so don't hold your breath!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants