rfink / sequelize-redis-cache

Small fluent interface for caching sequelize database query results in redis more easily
MIT License
174 stars 47 forks source link

Added error handler for database error. #8

Closed thujikun closed 8 years ago

thujikun commented 8 years ago

I found a critical bug. This module don't catch database error. So I added error handler. Can you check it out?

rfink commented 8 years ago

I plan on merging this today. Thanks.

rfink commented 8 years ago

Merged, tagged, and published to npm@1.1.1. Thanks again.