beanstalkd
Version:
A beanstalkd client for Node.js with promises
8 lines (6 loc) • 691 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
const commands = exports.commands = [['use', 'USING'], ['list-tube-used', 'USING'], ['pause-tube', 'PAUSED'], ['put', 'INSERTED'], ['watch', 'WATCHING'], ['ignore', 'WATCHING'], ['reserve', 'RESERVED'], ['reserve-with-timeout', 'RESERVED'], ['delete', 'DELETED'], ['bury', 'BURIED'], ['release', 'RELEASED'], ['touch', 'TOUCHED'], ['kick-job', 'KICKED'], ['peek', 'FOUND'], ['peek-ready', 'FOUND'], ['peek-delayed', 'FOUND'], ['peek-buried', 'FOUND']];
const yamlCommands = exports.yamlCommands = [['list-tubes-watched', 'OK'], ['list-tubes', 'OK'], ['stats-job', 'OK'], ['stats-tube', 'OK'], ['stats', 'OK']];