codeql-action/node_modules/bottleneck/src/redis/validate_client.lua

5 lines
167 B
Lua

if not redis.call('zscore', client_last_seen_key, client) then
return redis.error_reply('UNKNOWN_CLIENT')
end
redis.call('zadd', client_last_seen_key, now, client)