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

Not able to restore "stream" values keys #197

Open
priykumar opened this issue Aug 16, 2024 · 2 comments
Open

Not able to restore "stream" values keys #197

priykumar opened this issue Aug 16, 2024 · 2 comments

Comments

@priykumar
Copy link

priykumar commented Aug 16, 2024

I'm working on redis backup and restore. I noticed that redis-rdb-tools is not able to restore the stream valued keys.
I insert a stream valued key in redis using
redis-cli XADD mystream 1723191842108-1 field1 value1 field2 value2

After restoring the dump.rdb using rdb -c protocol dump.rdb | redis-cli --pipe, mystream key value pair is not present in the redis dataset. This is how I read the stream valued keys
redis-cli XRANGE mystream - +

pip3 list | grep rdb
rdbtools 0.1.15

redis-cli --version
redis-cli 5.0.1

@ChenWei-XiaoYi
Copy link

ChenWei-XiaoYi commented Aug 16, 2024 via email

@smilyFw
Copy link

smilyFw commented Aug 16, 2024 via email

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