Redis redis-server configuration example for Debian GNU/Linux 8 (jessie)

Get the default configuration file redis-server for Redis, optimized for Debian GNU/Linux 8 (jessie). 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-server.

For more configurations and setup guides, visit our related files section to further customize your system.

    /var/log/redis/*.log {
        weekly
        missingok
        rotate 12
        compress
        notifempty
}

    
  

Config Details

Location
/etc/logrotate.d/redis-server
Operating system
Debian GNU/Linux 8 (jessie)
Length
7 lines
MD5 checksum
049ef95d94e782f9edcb67ad2d55aebe

Usage

Download the raw file with wget or curl

Wget

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

cURL

curl https://exampleconfig.com/static/raw/redis/debian8/etc/logrotate.d/redis-server > redis-server.example