会员
周边
捐助
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
newmiracle宇宙
提供cocoscreator shader pixijs PHP等各种技术分享
博客园
首页
新随笔
联系
订阅
管理
2021年6月22日
phpredis防止超卖的方法
摘要: phpredis防止超卖的方法 $redis = \RedisClient::getInstance(); if ($redis->get(self::TABLEPRE . '_red') >= 100) { echo '红包没有了'; exit(); } else { $yijingred = $
阅读全文
posted @ 2021-06-22 17:12 newmiracle宇宙
阅读(157)
评论(0)
推荐(0)
编辑
公告