rspecq icon indicating copy to clipboard operation
rspecq copied to clipboard

Warn when the Redis instance is not configured to expire keys

Open agis opened this issue 5 years ago • 0 comments

RSpecQ never expires keys from Redis. Instead it assumes the instance is configured to do so; see #55.

To protect users from this caveat, the reporter or the workers could detect the configuration (e.g. CONFIG GET) and warn the user if the instance is not configured to expire keys.

agis avatar Mar 20 '21 10:03 agis