- 博客(4)
- 收藏
- 关注
原创 PHP 使用lua脚本
php中使用lua脚本 $redis = new Redis(); // 编写lua 脚本 $lua = <<<SCRIPT local times = redis.call('get',KEYS[1]) if type(times) == "string" then times = tonumber(times) end if times > 0 then redis.ca
2021-11-24 16:37:25
1321
原创 php中使用lua脚本
php中使用lua脚本 $redis = new Redis(); // 编写lua 脚本 $lua = <<<SCRIPT local times = redis.call('get',KEYS[1]) if type(times) == "string" then times = tonumber(times) end if times > 0 then redis.ca
2021-11-24 16:32:14
974
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅