You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[redis]: Update save disable code for new Redis version (sonic-net#18979)
With the upgrade of docker-database to Bookworm and the new Redis
version that was brought in, database saves are enabled by default.
However, we don't use (and maybe don't want, at this time) those
database saves.
Restore the old behavior by modifying `/etc/redis/redis.conf` to not
save at all.
Signed-off-by: Saikrishna Arcot <[email protected]>
0 commit comments