flowersfallen

Results 1 issues of flowersfallen

缓存设置为redis后,除了在配置文件的cache同级下加一段database配置,如下, `'database' => [ 'redis' => [ 'default' => [ 'host' => 'localhost', 'port' => 6379, 'database' => 1, ], ], ],` 是否需要在实例化RedisManager那里多传一个参,不然会报缺少参数的错误提示, ![image](https://user-images.githubusercontent.com/3616496/61774155-d7906480-ae28-11e9-8729-9aabbf02aef3.png)