nickschot / lux-redis-cache

[WIP] Middleware implementation of a redis based cache for Lux
MIT License
8 stars 1 forks source link

don't throw errors if there is no request key in `addToRedis` (fix #12) #14

Open jamemackson opened 7 years ago

jamemackson commented 7 years ago

we like lux-unless and should allow people to use it with this, but not too much where they have to use it twice for before AND after action. That's just getting unruly. ;)