You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-7Lines changed: 21 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -240,17 +240,31 @@ add or remove code in the ```./webserver/templates/nginx.conf.template``` file f
240
240
241
241
#### Redis
242
242
243
-
[Redis Cache](https://codeigniter.com/userguide3/libraries/caching.html#redis-caching), Config options to connect to redis server must be stored in the application/config/redis.php file.
243
+
[Redis Cache](https://codeigniter.com/user_guide/libraries/caching.html?highlight=cache#redis-caching), Config options to connect to redis server stored in the cache configuration file.
244
244
245
245
Available options are:
246
246
247
247
```
248
-
$config['socket_type'] = 'tcp'; //`tcp` or `unix`
249
-
$config['socket'] = '/var/run/redis.sock'; // in case of `unix` socket type
0 commit comments