rfink / sequelize-redis-cache

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

Fix for sequelize instanceMethods.toJSON #2

Closed rfink closed 10 years ago

rfink commented 10 years ago

Super unusual edge case where if you provide a 'toJSON' method on the instanceMethods object on a sequelize model, it will invoke that method when converting the entire model to JSON (instead of just on an instance).

rfink commented 10 years ago

Fix in 0.0.3