同学我的报错和你一模一样
上面要 use think\cache\driver\Redis;
方法外面
// $config = [
// 'host' => '127.0.0.1',
// 'port' => '6379',
// 'password' => '123456',
// 'select' => 0,
// 'timeout' => 0,
// 'expire' => 0,
// 'persistent' => false,
// 'prefix' => '',
// ];
// $Redis = new Redis($config);
// $Redis->set(sms_110, $code, config('redis.out_time'));
我的qq 610667396。这个问题断断续续困扰我一个星期了,最后我是上面这个弄法解决的。代码写的丑多多包涵