Skip to content

Commit 42c27b0

Browse files
ddevsrmichalsn
andcommitted
Update user_guide_src/source/libraries/caching/014.php
Co-authored-by: Michal Sniatala <[email protected]>
1 parent 24925c0 commit 42c27b0

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)