Project
Reverse Dependencies for redis
The projects listed here declare redis as a runtime or development dependency
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
0.0
Handles your HTTP requests in background in non-blocking way using Resque worker
2020
2021
2022
2023
2024
2025
0.0
Super fast evented daemon to process resque jobs, some built in job metrics too, just cause your app might not be on 1.9.1, your bot might be able to
2020
2021
2022
2023
2024
2025
0.0
A Resque gem for executing batches of jobs in stages. All jobs in a stage must complete before any job in the next stage is started allowing you to be sure that jobs are not executed out of sequence.
2020
2021
2022
2023
2024
2025
0.0
This resque plugin enables you to customize the views.
2020
2021
2022
2023
2024
2025
0.0
Common classes and methods to handle rest communication
2020
2021
2022
2023
2024
2025
0.0
durable topic subscriber implementation
2020
2021
2022
2023
2024
2025
0.0
Easy tracking of activity and retention at scale in daily, hourly, or minute intervals
using sparse Redis bitmaps.
2020
2021
2022
2023
2024
2025
0.0
Retriever allows caching of the result of a block. It currently supports ruby memory storage and redis.
2020
2021
2022
2023
2024
2025
0.0
Provider for RFID API and driver by websokets protocol
2020
2021
2022
2023
2024
2025