We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e354e commit 1f57135Copy full SHA for 1f57135
includes/config.sample.inc.php
@@ -22,12 +22,12 @@
22
'name' => 'local db 2',
23
'host' => 'localhost',
24
'port' => 6379,
25
- 'db' => 1 // Optional database number, see http://redis.io/commands/select
26
- 'filter' => 'something:*' // Show only parts of database for speed or security reasons
+ 'db' => 1, // Optional database number, see http://redis.io/commands/select
+ 'filter' => 'something:*', // Show only parts of database for speed or security reasons
27
'seperator' => '/', // Use a different seperator on this database
28
'flush' => false, // Set to true to enable the flushdb button for this instance.
29
'encoding' => 'cp1251', // Set for view values in other encoding
30
- )*/
+ ),*/
31
),
32
33
0 commit comments