sds/mock_redis: Mock Redis gem for Ruby
14-Nov-2025 447
MockRedis provides the same interface as redis-rb, but it stores its data in memory instead of talking to a Redis server. It is intended for use in tests.
Requirements
Ruby 3.x redis-rb 5.x
The current implementation is tested against Redis 6.2 and 7.0. Older versions may work, but can also return different results or not support some commands.