Make ptrofimov/tinyredisclient optional
Opened this issue · 0 comments
Padam87 commented
This is an optional dependency, which should not be required by composer. A class_exists
check should be implemented, and the lib should only try to use this client if it's available. If no redis implementation is usable, throw an exception.