Skip to content

Replace RDB reader#349

Merged
gaurav merged 8 commits intomasterfrom
replace-rdb-reader
Dec 8, 2025
Merged

Replace RDB reader#349
gaurav merged 8 commits intomasterfrom
replace-rdb-reader

Conversation

@gaurav
Copy link
Collaborator

@gaurav gaurav commented Dec 8, 2025

When loading NodeNorm data into Redis databases, we have been using redis-rdb-tools, which is five years old and only supports RDB files until Redis v6. This PR adds librdb, which is up to date and maintained by Redis itself, and so should support more recent versions of Redis. The tool should support the data upload system we like in place of redis-rdb-tools.

Remember that we only need the copy system because we specifically want to support the case where we deploy to AWS without restoring an RDB bucket from an S3 bucket. Once we've moved over to NodeNorm ES, we won't need to do that any longer, and can get rid of this system entirely and restore RDB in more straightforward ways.

@gaurav gaurav marked this pull request as ready for review December 8, 2025 19:13
@gaurav gaurav merged commit fec67fc into master Dec 8, 2025
@gaurav gaurav deleted the replace-rdb-reader branch December 8, 2025 19:14
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

Successfully merging this pull request may close these issues.

1 participant