Project
Reverse Dependencies for mock_redis
The projects listed here declare mock_redis as a runtime or development dependency
0.0
Lock with redis
2019
2020
2021
2022
2023
2024
0.0
redis locker gem allows to lock model methods to prevent concurent execution
2019
2020
2021
2022
2023
2024
0.0
Redis-migrator takes a list of nodes for your old cluster and list of nodes for your new cluster and determines for which keys routes were changed. Then it moves those keys to new nodes.
2019
2020
2021
2022
2023
2024
0.0
Pagination for redis-objects.
2019
2020
2021
2022
2023
2024
0.0
Uses Redis to manage data migrations of data stored in Redis
2019
2020
2021
2022
2023
2024
0.0
An easy way to retrieve session data store in redis via the redis-store gem
2019
2020
2021
2022
2023
2024
0.0
Provides a data backend for a Redis in Rails, will also provide a Rails 3 Generator
2019
2020
2021
2022
2023
2024
0.0
A drop-in Rails UI for Redis.
2019
2020
2021
2022
2023
2024
0.0
Russian dolling cache style in redis
2019
2020
2021
2022
2023
2024
0.0
An object caching library for Redis.
2019
2020
2021
2022
2023
2024
0.0
resque-alive adds a Kubernetes Liveness probe to a Resque instance.
How?
resque-alive provides a small rack application which
exposes HTTP endpoint to return the "Aliveness" of the Resque
instance. Aliveness is determined by the presence of an
auto-expiring key. resque-alive schedules a "heart...
2019
2020
2021
2022
2023
2024
0.0
To manage complexe background job processes, this gem simplify the task of creating sequences of Resque jobs by putting them into a tree.
2019
2020
2021
2022
2023
2024
0.0
Ensures that only one Resque job with unique arguments is running at a time.
2019
2020
2021
2022
2023
2024
0.0
An asynchronous event bus for Ruby.
2019
2020
2021
2022
2023
2024
0.0
A standard for authenticating requests among services
2019
2020
2021
2022
2023
2024
0.0
A Redis-based multi-period rolling counter
2019
2020
2021
2022
2023
2024
0.0
Fast and easy feature flags based on the latest Redis versions.
2019
2020
2021
2022
2023
2024
0.0
Makes sure that for special jobs, there can be only one job with the same workload in one queue.
Example:
class CacheSweeper
include Resque::Plugins::UniqueJob
@queue = :cache_sweeps
def self.perform(article_id)
# Cache Me If You Can...
end
end
2019
2020
2021
2022
2023
2024
0.0
At times we would want to block certain requests.
SafetyCone allows this to be controlled from an interface.
It also provides a feature flipper for the views.
2019
2020
2021
2022
2023
2024
0.0
Supports Rails session store relocation with duplicate write session data to multiple stores
2019
2020
2021
2022
2023
2024