sorentwo / readthis

:newspaper: Pooled active support compliant caching with redis
MIT License
504 stars 40 forks source link

Avoid multiple instrumentation calls during fetch operations #2

Closed sorentwo closed 9 years ago

sorentwo commented 9 years ago

fetch_multi falls back to using write, which uses separate instrumentation and invocation blocks. This is inefficient and confusing at best.