hello, i am tring to run redis on android (termux) but it alwas quit showing:

~/cach $ redis-server
14775:C 15 Mar 2025 06:00:36.066 # WARNING Your kernel has a bug that could lead to data corruption during background save. Please upgrade to the latest stable kernel.
14775:C 15 Mar 2025 06:00:36.066 # Redis will now exit to prevent data corruption. Note that it is possible to suppress this warning by setting the following config: ignore-warnings ARM64-COW-BUG
~/cach $ uname -a
Linux localhost 4.14.180-perf-gae096ac9215c #1 SMP PREEMPT Tue May 24 18:19:47 CST 2022 aarch64 Android

and sins it's android i can't update/upgrade the kernel (maybe unless it's rooted phone). so is there any way that i could ignore this error. redis used to work in older versions but i don't think that it's easy to get them. and building it from source won't build it needs to have some patches.

thx.

Comment From: sundb

you can enable config ignore-warnings ARM64-COW-BUG