/etc/default/redis-server - Ubuntu 14.04 LTS (Trusty Tahr)

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

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
Ubuntu 14.04 LTS (Trusty Tahr)
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/ubuntu14.04/etc/default/redis-server

cURL

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