Get the default configuration file redis for Redis, optimized for Alpine Linux v3. This example configuration ensures optimal compatibility and performance for Redis, making it easy to set up and adjust to meet your needs.
Find and download the configuration file here: /etc/logrotate.d/redis.
For more configurations and setup guides, visit our related files section to further customize your system.
/var/log/redis/*.log {
notifempty
missingok
}
Download the raw file with wget or curl
wget -O redis.example https://exampleconfig.com/static/raw/redis/alpine3/etc/logrotate.d/redis
curl https://exampleconfig.com/static/raw/redis/alpine3/etc/logrotate.d/redis > redis.example
Other config files you might find useful