Closed sshaw closed 2 months ago
yeah, perhaps I should rename that, this isn't a redis namespace like the redis gem, but just a prepended string to the coverband keys in redis... When it is nil there is nothing extra prepended... now coverband itself will always prepend a format/version so either
coverband_hash_4_0
coverband_3_2
this depends if you are using the hash or tradition redis adapter, those are hard coded into the code and updated when we make breaking changes to the storage format.
Documentation does not list default namespace nor TTL (though
Coverband.configuration.redis_ttl
does not returnnil
likeCoverband.configuration.redis_namespace
does). Would be good to know this information without having to look through the code or collecting data. Although after a cursory look through the code, I could not find it!