summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
diff options
context:
space:
mode:
authorMasterklavi <masterklavi@gmail.com>2016-03-14 09:08:22 +0100
committerMasterklavi <masterklavi@gmail.com>2016-03-14 09:08:22 +0100
commit6047ec16b2a99b3c19d452b07b81be9df8d2ad78 (patch)
treeaa698309706a172a8b9c7cc8b18b602a4149a790 /user_guide_src/source/libraries
parent9cc1618502a147d973e5917d6b305642437e7e8c (diff)
Removed socket_type and socket parameters from the user guide
Diffstat (limited to 'user_guide_src/source/libraries')
-rw-r--r--user_guide_src/source/libraries/caching.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/user_guide_src/source/libraries/caching.rst b/user_guide_src/source/libraries/caching.rst
index a7081ec6b..81019c015 100644
--- a/user_guide_src/source/libraries/caching.rst
+++ b/user_guide_src/source/libraries/caching.rst
@@ -255,8 +255,6 @@ To use it, you need `Redis server and phpredis PHP extension <https://github.com
Config options to connect to redis server must be stored in the application/config/redis.php file.
Available options are::
- $config['socket_type'] = 'tcp'; //`tcp` or `unix`
- $config['socket'] = '/var/run/redis.sock'; // in case of `unix` socket type
$config['host'] = '127.0.0.1';
$config['password'] = NULL;
$config['port'] = 6379;