Project
Reverse Dependencies for redis
The projects listed here declare redis as a runtime or development dependency
0.0
Database backed environment management
2020
2021
2022
2023
2024
2025
0.0
Redis Message Queue (ReMQ) is a message queue backed by the awesome key-value store, Redis.
2020
2021
2022
2023
2024
2025
0.0
Render your Contentful space!
2020
2021
2022
2023
2024
2025
0.0
Reliable Redis Cluster client library.
2020
2021
2022
2023
2024
2025
0.0
A event/item tracker that reports automatically as you just add items
2020
2021
2022
2023
2024
2025
0.0
`reqless` is meant to be a performant alternative to other queueing
systems, with statistics collection, a browser interface, and
strong guarantees about job losses.
It's written as a collection of Lua scipts that are loaded into the
Redis instance to be used, and then executed by the client li...
2020
2021
2022
2023
2024
2025
0.0
A custorm gem redis
2020
2021
2022
2023
2024
2025
0.0
Rescheduler is a library that uses Redis to maintain a task queue of immediate and delayed jobs without polling.
2020
2021
2022
2023
2024
2025
0.0
An object caching library for Redis.
2020
2021
2022
2023
2024
2025
0.0
Resolver is a flexible Redis-backed high performance index and cache solution for ActiveModel-like objects.
2020
2021
2022
2023
2024
2025
0.0
Keeps a list of jobs which require approval to run.
2020
2021
2022
2023
2024
2025
0.0
Allows resque jobs to be run in batches with aggregate logging, timing and statistics
2020
2021
2022
2023
2024
2025
0.0
Allow resque to serialize consumption from queues based on a key.
2020
2021
2022
2023
2024
2025
0.0
Allows you to requeue jobs to another queue
This is useful in my situations :
- A large amount of jobs are queued in the critical queue, blocking the main queue for Several hours.
Select jobs based on criteria and requeue them to the low queue
2020
2021
2022
2023
2024
2025
0.0
resque_cmdline: simple command-line client for resque workers
2020
2021
2022
2023
2024
2025
0.0
Implements a federated fifo queue with consistent hashing on top of resque
2020
2021
2022
2023
2024
2025
0.0
Resque plugin that allows querying future jobs for it's result, for example:
job = Resque.enqueue_future(MixerWorker, "yeah")
# store job.uuid somewhere
# Later on
job = Resque.get_future_job(uuid)
job.ready?
job.result
job.finished_at
2020
2021
2022
2023
2024
2025
0.0
For use with the Hijacker plugin for multiple databases.
2020
2021
2022
2023
2024
2025
0.0
Keeps a history of run jobs by job.
2020
2021
2022
2023
2024
2025