/etc/default/redis-server - Ubuntu 18.04 LTS (Bionic Beaver)

This is the default example configuration of redis-server provided by Redis. This config file was generated by Redis running on Ubuntu 18.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: 65536)
#
ULIMIT=65536

    
  

Config Details

Location
/etc/default/redis-server
Operating system
Ubuntu 18.04 LTS (Bionic Beaver)
Length
7 lines
MD5 checksum
36255dd86b15accc2acd4db7f5e21f05

Usage

Download the raw file with wget or curl

Wget

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

cURL

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