无忌

Results 3 comments of 无忌

安卓上的6.6.6有解决办法吗?

> 目前此包服务非常多SDK了,不会轻易做任何改动了 ```PHP $redis =new Redis(); $redis->connect('127.0.0.1', '6379'); $redis->select(2); $redisCache = new RedisCache(); $redisCache->setRedis($redis); $config['cache'] = $redisCache; ``` 比如现在的cache用reids做缓存, 要先实例一个Redis 然后写进配置文件里,我想用easywechat那样的 把缓存信息写进配置文件里。 ```PHP $app= Application::miniProgram([ 'app_id' => '...', 'secret' =>...