TP6使用redis缓存报错 Store [redis] not found.
来源:7-6 短信验证码记录到redis中
慕婉清8389218
2020-03-13
TP6使用redis缓存报错 Store [redis] not found.
使用TP5 测试redis-cache 无报错
使用如下方式却可以连接成功,有没有遇到类似问题的指点下啊
$redis = new Redis();
$redis->connect('127.0.0.1',6379);
$redis->auth('123456');
$redis->set('name','hello world!');
echo $redis->get('name');
写回答
1回答
-
您好。
您是用老师的那种 cache方式来 使用redis的时候报您的那个错误吗?
052020-03-14
相似问题