{"id":20607475,"url":"https://github.com/loopj/node-simple-redis-queue","last_synced_at":"2025-04-15T03:55:24.871Z","repository":{"id":7013599,"uuid":"8282926","full_name":"loopj/node-simple-redis-queue","owner":"loopj","description":null,"archived":false,"fork":false,"pushed_at":"2013-06-25T01:19:34.000Z","size":116,"stargazers_count":15,"open_issues_count":1,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T03:55:18.905Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"seomoz/roger-mesos","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/loopj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-19T04:00:07.000Z","updated_at":"2018-06-12T11:49:07.000Z","dependencies_parsed_at":"2022-09-11T23:11:17.651Z","dependency_job_id":null,"html_url":"https://github.com/loopj/node-simple-redis-queue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loopj%2Fnode-simple-redis-queue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loopj%2Fnode-simple-redis-queue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loopj%2Fnode-simple-redis-queue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loopj%2Fnode-simple-redis-queue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loopj","download_url":"https://codeload.github.com/loopj/node-simple-redis-queue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249003953,"owners_count":21196794,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T10:07:32.199Z","updated_at":"2025-04-15T03:55:24.854Z","avatar_url":"https://github.com/loopj.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Simple Redis Queue for Node.js\n==============================\n\nSuper simple wrapper for redis `lpush` and `brpop` commands for basic queue\nprocessing and multiple queue support.\n\n\nUsage\n-----\n\n```coffee\n// Require the module\nRedisQueue = require(\"simple-redis-queue\");\n\n// Construct a queue with a redis connection\nmyQueue = new RedisQueue(redisCon);\n\n// Publish to the queue\nmyQueue.push(\"queueName\", \"body string or object\");\n\n// Listen for new messages\nmyQueue.on(\"message\", function (queueName, payload) {\n    // Do something with the message\n});\n\n// Listen for errors\nmyQueue.on(\"error\", function (error) {\n    console.error(error);\n});\n\n// Start monitoring this queue\nmyQueue.monitor(\"queueName\");\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floopj%2Fnode-simple-redis-queue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floopj%2Fnode-simple-redis-queue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floopj%2Fnode-simple-redis-queue/lists"}