You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: