Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shuffle Sidekiq #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ A curated list of amazingly awesome redis and redis ecosystem resources. Inspire

---
## Most Stars Project on Github
* [resque](https://github.com/resque/resque) - Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.
* [Sidekiq](https://sidekiq.org/) - Simple, efficient message processing for your Ruby application. (Ruby)
* [node_redis](https://github.com/mranney/node_redis) - redis client for node
* [twemproxy](https://github.com/twitter/twemproxy) - A fast, light-weight proxy for memcached and redis
* [redis-py](https://github.com/andymccurdy/redis-py) - Redis Python Client
Expand All @@ -151,6 +151,7 @@ A curated list of amazingly awesome redis and redis ecosystem resources. Inspire

---
## Redis based Job Queues
* [Sidekiq](https://sidekiq.org/) - Simple, efficient message processing for your Ruby application. (Ruby)
* [rq](https://github.com/nvie/rq) - Minimalistic Python task queue. Supports only Redis. (Python)
* [restmq](https://github.com/gleicon/restmq) - REST/JSON/HTTP based message queue
* [resque](https://github.com/resque/resque) - Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later. (Ruby)
Expand Down Expand Up @@ -189,7 +190,6 @@ A curated list of amazingly awesome redis and redis ecosystem resources. Inspire
* [Soulmate](https://github.com/seatgeek/soulmate) - Redis-backed service for fast autocompleting. (Ruby)
* [Redis_failover](https://github.com/ryanlecompte/redis_failover) - Redis Failover is a ZooKeeper-based automatic master/slave failover solution for Ruby. (Ruby)
* [Redis-dump](https://github.com/delano/redis-dump) - Backup and restore your Redis data to and from JSON. Warning: alpha code. (Ruby)
* [Sidekiq](http://mperham.github.com/sidekiq/) - Simple, efficient message processing for your Rails 3 application. (Ruby)
* [Soulmate](https://github.com/seatgeek/soulmate) - Redis-backed service for fast autocompleting. (Ruby)
* [Omhiredis](http://www.rsyslog.com/doc/build_from_repo.html) - redis output plugin for rsyslog (rsyslog dev, and rsyslog head). (C)
* [Mod_redis](https://github.com/sneakybeaky/mod_redis) - An Apache HTTPD module for speaking to redis via HTTP (C)
Expand Down