Skip to content

Instantly share code, notes, and snippets.

@Chriz76
Last active June 29, 2021 19:14
Show Gist options
  • Save Chriz76/cb955af44a6527e826aaaadde04ecb04 to your computer and use it in GitHub Desktop.
Save Chriz76/cb955af44a6527e826aaaadde04ecb04 to your computer and use it in GitHub Desktop.
if tonumber(redis.call('ZADD', KEYS[1], ARGV[1], ARGV[2])) == 1 then
return redis.call('INCR', KEYS[2])
else
return redis.call('GET', KEYS[2])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment