rspecq
rspecq copied to clipboard
Warn when the Redis instance is not configured to expire keys
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.