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

Missing data #183

Open
yunfeng79 opened this issue Oct 29, 2021 · 0 comments
Open

Missing data #183

yunfeng79 opened this issue Oct 29, 2021 · 0 comments

Comments

@yunfeng79
Copy link

127.0.0.1:6389> set product app8
OK
127.0.0.1:6389> set product xiaomi11
OK
127.0.0.1:6389> set product2 xiaomi11
OK
127.0.0.1:6389> set product3 xiaomi12
OK
127.0.0.1:6389> get product3
"xiaomi12"
127.0.0.1:6389> get product
"xiaomi11"
127.0.0.1:6389> get product2
"xiaomi11"
127.0.0.1:6389> set name1 111111
OK
127.0.0.1:6389> get name
"11111"

redis-rdb-tools-rdbtools-0.1.15

rdb --command json /home/app/redis-4.0.14-6389/data/dump_6389.rdb
[{
"product":"app8",
"name":"11111"}]

why missing data ?

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

1 participant