danmayer / coverband

Ruby production code coverage collection and reporting (line of code usage)
https://github.com/danmayer/coverband
MIT License
2.46k stars 157 forks source link

remove the extra experimental cache layer in hash redis store #534

Closed danmayer closed 2 months ago

danmayer commented 4 months ago

it was an interesting attempt but the paged solution ended up working out better and I want to remove that complexity before it seeps into anything else.

basically undoing this but the file has changed enough it will be more than a git revert

https://github.com/danmayer/coverband/pull/499