hapijs / catbox

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

Impossible to use a custom storage backend with the Hapi CLI #51

Closed nlf closed 10 years ago

nlf commented 10 years ago

Since Catbox requires an object containing the methods in the initialization, it is impossible to use the Hapi CLI with a plain json configuration and load a custom storage module.

An idea of how to fix this is if the engine specified is not one of the known backends, check node_modules for a match and attempt to use that module as the backend.

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.