petergoldstein / dalli

High performance memcached client for Ruby
MIT License
3.1k stars 450 forks source link

Only flush multi responses once #1001

Closed naveg closed 6 months ago

naveg commented 6 months ago

Client#quiet is reentrant, in that multiple quiet blocks can be nested. We only need to flush the responses at the conclusion of the outermost block.

naveg commented 6 months ago

An even better solution would be to address #1002 , so I'm closing this