/etc/default/redis-server - Debian GNU/Linux 8 (jessie)

This is the default example configuration of redis-server provided by Redis. This config file was generated by Redis running on Debian 8.

It is located under: /etc/default/redis-server

    # redis-server configure options

# ULIMIT: Call ulimit -n with this argument prior to invoking Redis itself.
# This may be required for high-concurrency environments. Redis itself cannot
# alter its limits as it is not being run as root. (default: do not call
# ulimit)
#
# ULIMIT=65536

    
  

Config Details

Location
/etc/default/redis-server
Operating system
Debian GNU/Linux 8 (jessie)
Length
8 lines
MD5 checksum
45e997df22f4c5c2b5c9ae159775a089

Usage

Download the raw file with wget or curl

Wget

wget -O redis-server.example http://exampleconfig.com/static/raw/redis/debian8/etc/default/redis-server

cURL

curl http://exampleconfig.com/static/raw/redis/debian8/etc/default/redis-server > redis-server.example