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
老师你好,我现在composer了Predis类库,我发现dns_dev.php原来有两条注释为: // 'client' => 'predis', // predis // 'persistent' => true, // predis
请问这两条原来的设想是什样的?应该是一个什样的正确用法。
The text was updated successfully, but these errors were encountered:
还有我用predis操作redis需要注意些什么细节?
Sorry, something went wrong.
这是之前网友提交的pr 后面觉得Biny还是尽可能保持原生和干净就去掉了 基本思路就是如果获取到这个配置 默认的App::$base->redis 会实例化predis对象 其他区别不大 你也可以在Biny上根据自己业务场景进行二次开发 方便自己使用
好的,多谢老师的解答,我先尝试一下。
No branches or pull requests
老师你好,我现在composer了Predis类库,我发现dns_dev.php原来有两条注释为:
// 'client' => 'predis', // predis
// 'persistent' => true, // predis
请问这两条原来的设想是什样的?应该是一个什样的正确用法。
The text was updated successfully, but these errors were encountered: