-
Notifications
You must be signed in to change notification settings - Fork 6
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
ValkeyJSON is not RDB compatible with ReJSON 2.8 or later #20
Comments
Backward compatibility till 2.6.12 is resolved by #19 We need to discuss if we want to be compatible with ReJSON v2.8 |
This is actually expected. ReJSON v2.8 uses redis 7.2.1. ValkeyJSON makes no commit of RDB compatibility with ReJSON beyond Redis 7.2, which is no longer an open source. |
Closed the issue because ValkeyJSON makes no commit of RDB compatibility with ReJSON v2.8 or later that is beyond the last OSS Redis version - 7.1. ValkeyJSON is only RDB-compatible with ReJSON v1.0.8 to v2.6.12. |
Up to ReJSON v2.6.12, ValkeyJSON is RDB compatible with ReJSON, after issue #19 is resolved. Starting ReJSON v2.8, ReJSON had an RDB format change that broke the compatibility.
Trying to load a ReJSON v2.8.3 RDB using ValkeyJSON:
Recommendation:
For now, we should at least update our documentation to state that ValkeyJSON is RDB compatible with ReJSON up to v2.6.12. It's unknown if we can still maintain the compatibility with ReJSON v2.8 and later.
The text was updated successfully, but these errors were encountered: