hapijs / catbox

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

TTL Always Present #155

Closed 58bits closed 8 years ago

58bits commented 8 years ago

Just double checking my understanding here. Whether via the policy object, or a direct client command, TTL must always be present correct?

We're looking at Redis persistent keys (non-volatile) for a particular use case, however, if I've read both the catabox and catbox-redis (https://github.com/hapijs/catbox-redis) implementations correctly, TTL is always set.

No problem if this is the case, as we'll then use the Redis client directly.

58bits commented 8 years ago

Okay I've looked at this enough now to conclude that catbox is a volatile cache only, with TTL always present.

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.