.cosid-spring-redis.2.10.1.source-code.redis_id_generate.lua Maven / Gradle / Ivy
local adderKey = KEYS[1];
local offset = tonumber(ARGV[1]);
local step = tonumber(ARGV[2]);
redis.call('setnx', adderKey, offset);
return redis.call("incrby", adderKey, step);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy