Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
Redis Cloud is a fully-managed service for running your Redis dataset. It overcomes Redis’ scalability limitation by supporting all Redis commands at any dataset size. Your dataset is constantly replicated, so if a node fails, an auto-switchover mechanism guarantees data is served without interruption. | Sidekiq uses threads to handle many jobs at the same time in the same process. It does not require Rails but will integrate tightly with Rails 3/4 to make background processing dead simple. |
Infinite scalability, all commands supported;Auto-failover with no ops;Highest performance, even for small datasets;Fully managed — completely hassle-free | - |
Statistics | |
Stacks 69 | Stacks 1.2K |
Followers 125 | Followers 633 |
Votes 9 | Votes 408 |
Pros & Cons | |
Pros
| Pros
|

Beanstalks's interface is generic, but was originally designed for reducing the latency of page views in high-volume web applications by running time-consuming tasks asynchronously.

Redis To Go was created to make the managing Redis instances easier, whether it is just one instance or serveral. Deploying a new instance of Redis is dead simple, whether for production or development.

It is an open-source framework that helps you to create, process and manage your background jobs, i.e. operations you don't want to put in your request processing pipeline. It supports all kind of background tasks – short-running and long-running, CPU intensive and I/O intensive, one shot and recurrent.

Background jobs can be any Ruby class or module that responds to perform. Your existing classes can easily be converted to background jobs or you can create new classes specifically to do work. Or, you can do both.

Delayed_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks.

Heroku Redis is an in-memory key-value data store, run by Heroku, that is provisioned and managed as an add-on. Heroku Redis is accessible from any language with a Redis driver, including all languages and frameworks supported by Heroku.

Redis -> Sidekiq == Faktory -> Faktory. Faktory is a server daemon which provides a simple API to produce and consume background jobs. Jobs are a small JSON hash with a few mandatory keys.

Kue is a feature rich priority job queue for node.js backed by redis. A key feature of Kue is its clean user-interface for viewing and managing queued, active, failed, and completed jobs.

The fastest, most reliable, Redis-based queue for Node. Carefully written for rock solid stability and atomicity.

Redis drives the best sites on the web, from Twitter to Pinterest. RedisGreen makes it easy for anyone to use. Customers can spin up databases at the click of a button. RedisGreen's future is in very fast tools to make the most difficult aspects of modern web application development faster, cheaper, and less labor-intensive.<br>