]> git.pld-linux.org Git - packages/redis.git/commitdiff
do not limit databases to 1 in default config
authorElan Ruusamäe <glen@delfi.ee>
Sat, 7 May 2016 15:25:49 +0000 (18:25 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 7 May 2016 15:25:49 +0000 (18:25 +0300)
redis.conf.patch

index 3547cb135d00d495470b43ee2484647bee908a5e..7c0d4eca852e2f2d95c65ce5e1ff9b6533ab6741 100644 (file)
@@ -42,15 +42,6 @@ diff -ru redis-2.6.2/redis.conf redis-2.6.2-conf/redis.conf
  
  # To enable logging to the system logger, just set 'syslog-enabled' to yes,
  # and optionally update the other syslog parameters to suit your needs.
-@@ -65,7 +65,7 @@
- # Set the number of databases. The default database is DB 0, you can select
- # a different one on a per-connection basis using SELECT <dbid> where
- # dbid is a number between 0 and 'databases'-1
--databases 16
-+databases 1
- ################################ SNAPSHOTTING  #################################
- #
 @@ -134,7 +134,7 @@
  # Also the Append Only File will be created inside this directory.
  # 
This page took 0.075668 seconds and 4 git commands to generate.