Bernard Ko
Bernard Ko
@yinqiwen I'm using redis-py python client and executing lrange and ltrim in a pipeline command. That should send both commands to the server to be executed together. The LIST dataset...
I noticed that if I push more items into those lists, that error goes away and I can save a snapshot again. I was able to successfully dump a snapshot...
I just built the newest commit and tried to save a snapshot but it completes immediately and the snapshot file is only 20 bytes. ``` [7] 10-30 15:02:08,137 INFO Close...
Thanks, will give it a test run.
Just tested the latest commit and unfortunately the problem still persists. To trigger this, I executed BGSAVE and then while it is saving the snapshot, I ran the lrange and...
@yinqiwen Just tested this again using fbcf4c26600930ed3e3ad67bf334afba14cc6dca and it still seems to be happening. Let me know if there is any other info I can provide. Thanks! ``` [1] 11-01...
@yinqiwen Actually, let me retry this test. I think the way I tested just reflects the state of my database. I will try to do a full snapshot save first...
Just noticed I was able to call BGSAVE multiple times and I see that multiple snapshots are being saved, is this normal behavior? ``` [1] 11-02 04:21:35,500 INFO Close write...
Right, thanks I remembered incorrectly. I'm still working on getting this tested properly, will get back to you shortly.
@yinqiwen After a successful snapshot while there were no writes, I tried to running the processes again and taking a snapshot. However, the error is still coming up. ``` [1]...