We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
缓存设置为redis后,除了在配置文件的cache同级下加一段database配置,如下,
'database' => [ 'redis' => [ 'default' => [ 'host' => 'localhost', 'port' => 6379, 'database' => 1, ], ], ],
是否需要在实例化RedisManager那里多传一个参,不然会报缺少参数的错误提示,
The text was updated successfully, but these errors were encountered:
我也遇到这个问题了你解决了吗
Sorry, something went wrong.
RedisManager 第一个参数NULL 但是 还是报错呢
vbot.ERROR: Init failed.{"Ret":1101,"ErrMsg":""} [] []
No branches or pull requests
缓存设置为redis后,除了在配置文件的cache同级下加一段database配置,如下,
'database' => [ 'redis' => [ 'default' => [ 'host' => 'localhost', 'port' => 6379, 'database' => 1, ], ], ],
是否需要在实例化RedisManager那里多传一个参,不然会报缺少参数的错误提示,
The text was updated successfully, but these errors were encountered: