sarkistlt / feathers-redis-cache

Set of Redis caching hooks and routes for feathersjs.
12 stars 19 forks source link

Fix DISABLE_REDIS_CACHE env variable #38

Closed mysegfault closed 1 year ago

mysegfault commented 1 year ago

DISABLE_REDIS_CACHE is treat like a boolean but is a string... so by default it does not pass the correct tests and REDIS connection is not made.