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

Fixed findAll result #3

Closed thujikun closed 9 years ago

thujikun commented 9 years ago

results.get({ plain: true }) should be called for only [object SequelizeInstance]. Data was changed to undefined in findAll case.

rfink commented 9 years ago

Thanks!

thujikun commented 9 years ago

Thank you for merge soon!

rfink commented 9 years ago

This is published to 0.0.7 now

thujikun commented 9 years ago

I Got it! Thanks!