UNPKG

wakaq

Version:

Background task queue for Node backed by Redis, a super minimal Celery

5 lines (4 loc) 262 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ZRANGEPOP = void 0; exports.ZRANGEPOP = "local results = redis.call('ZRANGEBYSCORE', KEYS[1], 0, ARGV[1])\nredis.call('ZREMRANGEBYSCORE', KEYS[1], 0, ARGV[1])\nreturn results";