All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ohaoh.redismq-core.0.3.3.source-code.zrange.lua Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
--local expiredValues = redis.call('zrangebyscore', KEYS[2], 0, ARGV[1], 'limit', 0, ARGV[2]);
--if #expiredValues > 0 then
--local count = redis.call('zrem', KEYS[2], unpack(expiredValues));




© 2015 - 2024 Weber Informatics LLC | Privacy Policy