Project
Reverse Dependencies for fakeredis
The projects listed here declare fakeredis as a runtime or development dependency
0.0
Rack middleware for AAF Rapid Connect authentication.
2019
2020
2021
2022
2023
2024
0.0
A redis backed rate limiter. Appropriate for use cases where in-memory rate limiting
would not work (i.e rate limiting across multiple processes, servers, apps, etc).
2019
2020
2021
2022
2023
2024
0.0
A wrapper for Redis, for caching and encryption with Fernet
2019
2020
2021
2022
2023
2024
0.0
The RedisColumn gem allows for the seamless integration of Redis within your ActiveRecord model in order to store heavy objects away from tables with a lot of rows.
2019
2020
2021
2022
2023
2024
0.0
The simplest possible model for redis-objects
2019
2020
2021
2022
2023
2024
0.0
Controle the number of requests permitted to make per minute/hour/day
2019
2020
2021
2022
2023
2024
0.0
A mountable/standalone HTTP interface to Redis.
2019
2020
2021
2022
2023
2024
0.0
A resque-based web poller
2019
2020
2021
2022
2023
2024
0.0
Adds live GUI queue/worker management to resque-pool
2019
2020
2021
2022
2023
2024
0.0
Ensures that for a given queue, only one worker is working on a job at any given time.
Example:
require 'resque/plugins/unique_at_runtime'
class StrictlySerialJob
include Resque::Plugins::UniqueAtRuntime
@queue = :serial_work
def self.perform
# only one at a time in thi...
2019
2020
2021
2022
2023
2024
0.0
A resque plugin that ensures job uniqueness at enqueue time.
2019
2020
2021
2022
2023
2024
0.0
rollout API as a Rails engine
2019
2020
2021
2022
2023
2024
0.0
Plots of push notifications.
2019
2020
2021
2022
2023
2024
0.0
Split and speed up your RSpec tests.
2019
2020
2021
2022
2023
2024
0.0
Ruboty handler to get information of Hibari Bento, the bento shop in Ruby City MATSUE.
2019
2020
2021
2022
2023
2024
0.0
If an operation fails, SafeRedis responds as if the key doesn't exist.
2019
2020
2021
2022
2023
2024
0.0
A server-side session store for Rails
2019
2020
2021
2022
2023
2024
0.0
Script iterator for ActiveRecord models
2019
2020
2021
2022
2023
2024
0.0
Shoryuken Batch Jobs Implementation
2019
2020
2021
2022
2023
2024
0.0
Sidekiq includes a jobs dependencies mechanism to prevent a job from running before another one when enqueued.
But sometime your jobs will be enqueued independently, then for you do not know the job id on which you depend on (you could parse Sidekiq queue, but...)
`SidekiqLockableJob` allows yo...
2019
2020
2021
2022
2023
2024