Skip to content

Commit 99c71e0

Browse files
committed
docs: notes async option only used by Predis
1 parent c534e0a commit 99c71e0

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,
130+
'async' => false, // this option only used by Predis
131131
'persistent' => false,
132132
'database' => 0,
133133
];

0 commit comments

Comments
 (0)