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

add findOne to the list of supported methods. #7

Closed jonathanleang closed 8 years ago

jonathanleang commented 8 years ago

findOne is Aliases: find

rfink commented 8 years ago

Hey, thanks very much for the contribution. Can you add a quick unit test for this?

jonathanleang commented 8 years ago

no problem, thanks for creating this module.

rfink commented 8 years ago

Merged, tagged and published to npm@1.1.0. Thanks!