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

ReJSON is not supported in redis shake #924

Open
Lakshay-bit-png opened this issue Feb 5, 2025 · 1 comment
Open

ReJSON is not supported in redis shake #924

Lakshay-bit-png opened this issue Feb 5, 2025 · 1 comment
Labels
type: question Further information is requested

Comments

@Lakshay-bit-png
Copy link

I tried to migrate my data from one redis instance to another . The source redis contains ReJSON type so redis shake is not supporting it .

Configuring shake.toml file to block those keys which are of type ReJSON by adding their prefixes does not solve this as this does not prevent redis shake from reading those keys which throws and error of unsupported module type: ReJSON-RL

I was doing this migration in Ubuntu where I had access to both the source and target redis . Any Solution ?

@Lakshay-bit-png Lakshay-bit-png added the type: question Further information is requested label Feb 5, 2025
@suxb201
Copy link
Member

suxb201 commented Feb 5, 2025

将这个参数改到非常大:target_redis_proto_max_bulk_len,然后使用 ScanReader 模式。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants