Redis redis configuration example for CentOS Linux 7

Get the default configuration file redis for Redis, optimized for CentOS Linux 7. 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 {
    weekly
    rotate 10
    copytruncate
    delaycompress
    compress
    notifempty
    missingok
}

    
  

Config Details

Location
/etc/logrotate.d/redis
Operating system
CentOS Linux 7
Length
9 lines
MD5 checksum
ab01fdf6b36b7b5b8faff81f99bfe639

Usage

Download the raw file with wget or curl

Wget

wget -O redis.example https://exampleconfig.com/static/raw/redis/centos7/etc/logrotate.d/redis

cURL

curl https://exampleconfig.com/static/raw/redis/centos7/etc/logrotate.d/redis > redis.example