mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-28 06:57:22 +08:00
batchKey: user_seed_bonus not expires
This commit is contained in:
@@ -169,7 +169,10 @@ for k, v in pairs(batchList) do
|
|||||||
local isBatchKeyNew = false
|
local isBatchKeyNew = false
|
||||||
if batchKey == false then
|
if batchKey == false then
|
||||||
batchKey = v .. ":" .. ARGV[4]
|
batchKey = v .. ":" .. ARGV[4]
|
||||||
redis.call("SET", v, batchKey, "EX", ARGV[5])
|
redis.call("SET", v, batchKey)
|
||||||
|
if (k > 1) then
|
||||||
|
redis.call("EXPIRE", v, ARGV[5])
|
||||||
|
end
|
||||||
isBatchKeyNew = true
|
isBatchKeyNew = true
|
||||||
end
|
end
|
||||||
local hashKey
|
local hashKey
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
defined('VERSION_NUMBER') || define('VERSION_NUMBER', '1.8.14');
|
defined('VERSION_NUMBER') || define('VERSION_NUMBER', '1.8.14');
|
||||||
defined('RELEASE_DATE') || define('RELEASE_DATE', '2024-09-24');
|
defined('RELEASE_DATE') || define('RELEASE_DATE', '2024-10-04');
|
||||||
defined('IN_TRACKER') || define('IN_TRACKER', false);
|
defined('IN_TRACKER') || define('IN_TRACKER', false);
|
||||||
defined('PROJECTNAME') || define("PROJECTNAME","NexusPHP");
|
defined('PROJECTNAME') || define("PROJECTNAME","NexusPHP");
|
||||||
defined('NEXUSPHPURL') || define("NEXUSPHPURL","https://nexusphp.org");
|
defined('NEXUSPHPURL') || define("NEXUSPHPURL","https://nexusphp.org");
|
||||||
|
|||||||
Reference in New Issue
Block a user