After restart docker container with redis:6.2.5-alpine3.14 it can't start with error:
[offset 55130] Internal error in RDB reading offset 0, function at rdb.c:411 -> Invalid LZF compressed string
Everything is OK after Redis storage was cleaned up:
# ls -la /redis/
total 68
drwxr-xr-x. 2 polkitd 1000 43 Oct 4 19:22 .
drw-r-----. 14 root root 179 Sep 8 19:51 ..
-rw-r--r--. 1 polkitd 1000 63907 Oct 4 19:13 dump.rdb
-rw-r--r--. 1 polkitd root 4096 Oct 4 19:22 .dump.rdb.swp
Could somebody explain what can be a reason of this issue?