idealley / feathers-hooks-rediscache

Set of caching hooks and routes for feathersjs.
MIT License
38 stars 12 forks source link

route cache/clear not found #78

Closed Juancesar123 closed 4 years ago

Juancesar123 commented 4 years ago

// configure the redis client app.configure(redisClient) app.use('/cache', routes(app)) im use this code in app.js in feathersjs version 4. error /cache/clear is not found. thank you