We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 705ed23 + 19adcea commit 936fe91Copy full SHA for 936fe91
1 file changed
src/config/think-cache.php
@@ -14,6 +14,8 @@
14
'username' => '',
15
// redis密码
16
'password' => '',
17
+ // 选择的数据库索引
18
+ 'select' => 0,
19
// 缓存前缀
20
'prefix' => 'cache:',
21
// 默认缓存有效期 0表示永久缓存
0 commit comments