[packages/redis] do not limit databases to 1 in default config

glen glen at pld-linux.org
Sat May 7 17:26:03 CEST 2016


commit 3dbb83f2ff818a17e89a46b27d83c1f1cba3a5c3
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat May 7 18:25:49 2016 +0300

    do not limit databases to 1 in default config

 redis.conf.patch | 9 ---------
 1 file changed, 9 deletions(-)
---
diff --git a/redis.conf.patch b/redis.conf.patch
index 3547cb1..7c0d4ec 100644
--- a/redis.conf.patch
+++ b/redis.conf.patch
@@ -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.
  # 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/redis.git/commitdiff/3dbb83f2ff818a17e89a46b27d83c1f1cba3a5c3



More information about the pld-cvs-commit mailing list