hapijs / catbox

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

Add object to set #175

Closed davidbarratt closed 8 years ago

davidbarratt commented 8 years ago

Is there a way to add a cache object to a set? http://redis.io/commands/sadd Then you can query the cache objects by their set.

I think there could be an equivalent in most cache systems / databases.

hueniverse commented 8 years ago

This would require changing the implementation of most catbox adapters. I assume you can just write your own redis adapter using sets.

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.