mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-26 06:39:27 +08:00
08d466b6ab
Co-authored-by: Oliver King <oking3@uncc.edu>
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 {}
|