时间:2021-07-01 10:21:17 帮助过:5人阅读
redis = $redis; $this->key = $key; } public function pop() { return $this->redis->lPop($this->key); // 左边出 } public function push($task) { return $this->redis->rPush($this->key, $task); // 右边入 }}
< 上一篇
PHP网站常见安全漏洞及呼应防范措施总结
下一篇 >
【php】三、学生管理系统-查看用户
记住我的登录 忘记密码?
登录
我已阅读用户协议及版权声明
注册