近期活动

没有活动要显示

public function search(){ $a=Redis::setex('order',8,5); $b=Redis::psubscribe(['keyevent@0:expired...

5年前 评论 redis回调

$a=Redis::setex('order',8,5); $b=Redis::psubscribe(['keyevent@0:expired'],function ($message, $ch...

5年前 评论 redis回调

我使用use 运行之后什么都没输出时为什么

5年前 评论 redis 监听过期key 回调函数

predis

5年前 评论 redis 监听过期key 回调函数

好的 控制器里直接使用Redis::psubscribe(['keyevent@0:expired'],function ($message, $channel){ echo $message...

5年前 评论 redis 监听过期key 回调函数