Skip to content

Commit e3551ed

Browse files
ddevsrmichalsn
andauthored
Update user_guide_src/source/libraries/caching/014.php
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
1 parent f73d70d commit e3551ed

File tree

1 file changed

+1
-1
lines changed
  • user_guide_src/source/libraries/caching

1 file changed

+1
-1
lines changed

user_guide_src/source/libraries/caching/014.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Cache extends BaseConfig
1212
'host' => '127.0.0.1',
1313
'password' => null,
1414
'port' => 6379,
15-
'async' => false,
15+
'async' => false, // specific to Predis and ignored by the native Redis extension
1616
'persistent' => false,
1717
'timeout' => 0,
1818
'database' => 0,

0 commit comments

Comments
 (0)