I'm using redis 6.2.5 alpine kubernetes env and configured this two parameters in redis.conf file
- auto-aof-rewrite-percentage 100
- auto-aof-rewrite-min-size 100mb
current my aof size is around 200mb, but still not happen any rewrite operations. as per theory it will trigger but not . we are using both RDB and AOF . may i know any reason behind it ?
how to control this file size any other recommendation
/data # du -m appendonly.aof
195 appendonly.aof