mirror of
https://github.com/softprops/action-gh-release.git
synced 2026-03-23 13:05:46 +08:00
9 lines
180 B
Lua
9 lines
180 B
Lua
local blacklist = ARGV[num_static_argv + 1]
|
|
|
|
if redis.call('zscore', client_last_seen_key, blacklist) then
|
|
redis.call('zadd', client_last_seen_key, 0, blacklist)
|
|
end
|
|
|
|
|
|
return {}
|