11:38:48 GMT Hello all, 11:39:07 GMT flush all 11:39:18 GMT I have a problem with my rdb file. I cannot save any more and presist data will lost 11:39:21 GMT And then there was no dani1 11:39:40 GMT I think there is a unicode problem in my rdb, How I can troubleshoot this ? 12:17:56 GMT dani1: redis has no concept of unicode afaik, it treats your data as data/bytes 12:18:31 GMT if you can't save anymore you might be too low on free RAM, possibly because you do not have overcommit enabled in the kernel 12:55:20 GMT Thanks, but I've set overcommit to yes and I have lots of free available memory. (~60GB) 13:09:59 GMT dani1: how much memory does your instance use? 13:10:08 GMT you could try replicating to another machine 13:10:27 GMT maybe you incurred some disk/filesystem failure 13:23:00 GMT I've deployed another redis on seprated machines. But still same error. 13:23:18 GMT It will crash when I want to save. (BGSAVE or SAVE) 13:49:06 GMT it crashes? interesting. you might want to try debugging it