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

Support for .scope() from sequelize #33

Closed ScheerMT closed 2 years ago

ScheerMT commented 7 years ago

This passes the arguments through to the model in order to perform the proper SQL generation. The scopes are saved in order to add an additional key path to the redis key for retrieving the stored, scoped, request.

ScheerMT commented 7 years ago

Some tests are needed to get coverage for this as well.