Rollout VS mock_redis

Compare Rollout vs mock_redis and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Rollout mock_redis
2 1
2,880 479
0.2% -
6.2 7.2
2 months ago 3 months ago
Ruby Ruby
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Rollout

Posts with mentions or reviews of Rollout. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-19.
  • Yet Another Snazzy Rust CLI
    4 projects | dev.to | 19 Jun 2021
    To avoid confusion with the original (or some Ruby feature flag thingie), I dub thee... BULLHORN (stylized in all-caps, for obvious reasons).
  • The Ruby Unbundled Series: Release Features Faster by Slowing Down
    3 projects | dev.to | 12 Apr 2021
    Inline code checks to determine whether the feature is turned on for a given user The Ruby gems rolloutand and rollout-ui provides these capabilities for Rails apps. First, add both of them to your Gemfile, as well as mock_redis. Rollout uses Redis to store feature flag values and access them quickly at runtime. This is important given that each relevant request will need to refer to the value and simple caching would not be sufficient given our requirement to quickly rollback if need. Mock redis allows for easy development and testing in non-production environments.

mock_redis

Posts with mentions or reviews of mock_redis. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-12.
  • The Ruby Unbundled Series: Release Features Faster by Slowing Down
    3 projects | dev.to | 12 Apr 2021
    Inline code checks to determine whether the feature is turned on for a given user The Ruby gems rolloutand and rollout-ui provides these capabilities for Rails apps. First, add both of them to your Gemfile, as well as mock_redis. Rollout uses Redis to store feature flag values and access them quickly at runtime. This is important given that each relevant request will need to refer to the value and simple caching would not be sufficient given our requirement to quickly rollback if need. Mock redis allows for easy development and testing in non-production environments.

What are some alternatives?

When comparing Rollout and mock_redis you can also consider the following projects:

Split - :chart_with_upwards_trend: The Rack Based A/B testing framework

rollout-ui - Minimalist UI for Rollout

Vanity

rollout

redlock-rb - Redlock is a redis-based distributed lock implementation in Ruby. More than 20M downloads.

medium-api-docs - Documentation for Medium's OAuth2 API

redis-time-series - ⏱️📈 A Ruby adapter for the RedisTimeSeries module

reqwest - An easy and powerful Rust HTTP Client