mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
adjusted comments so it matches the other files
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* Redis Configuration
|
||||
*
|
||||
* Copy this sample file to redis.php and adjust settings as needed.
|
||||
*
|
||||
*/
|
||||
/*
|
||||
| -------------------------------------------------------------------------
|
||||
| Redis settings
|
||||
| -------------------------------------------------------------------------
|
||||
| Copy this sample file to redis.php and set your settings as needed.
|
||||
|
|
||||
| See: https://codeigniter.com/userguide3/libraries/caching.html#redis-caching
|
||||
|
|
||||
*/
|
||||
|
||||
// Connection type: 'tcp' for TCP/IP, 'unix' for Unix domain sockets
|
||||
$config['socket_type'] = 'tcp';
|
||||
@@ -28,6 +31,3 @@ $config['timeout'] = 0;
|
||||
// Redis database number (0-15 by default)
|
||||
// Useful for separating different applications or data types
|
||||
// $config['database'] = 0;
|
||||
|
||||
// Connection retry delay in milliseconds (useful for persistent connections)
|
||||
// $config['retry_interval'] = 100;
|
||||
Reference in New Issue
Block a user