Skip to content

Commit 2754b72

Browse files
ddevsrmichalsn
andcommitted
Update app/Config/Cache.php
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
1 parent e80bd54 commit 2754b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Config/Cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class Cache extends BaseConfig
127127
'password' => null,
128128
'port' => 6379,
129129
'timeout' => 0,
130-
'async' => false, // this option only used by Predis
130+
'async' => false, // specific to Predis and ignored by the native Redis extension
131131
'persistent' => false,
132132
'database' => 0,
133133
];

0 commit comments

Comments
 (0)