hapijs / catbox

Multi-strategy object caching service
Other
494 stars 72 forks source link

Feature to sepcify timeout on underlying cahce engine get operation #158

Closed koldkoder closed 8 years ago

koldkoder commented 8 years ago

Added onReatTimeout, this specifies timeout duration for get operation on cache client.

hueniverse commented 8 years ago

If I am going to support yet another timeout, it has to be in a lower level of the stack. Basically in the client itself, not the policy. Here: https://github.com/hapijs/catbox/blob/master/lib/client.js#L57

This will be a property of the client, not the policy.

hueniverse commented 8 years ago

Closing due to lack of progress.

lock[bot] commented 4 years ago

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.