sequelize-redis-cache
sequelize-redis-cache copied to clipboard
Replacements are not supported
Replacements are supported in Sequalize:
sequalizeDb.query( 'SELECT name FROM users WHERE id = :id', { replacements: { id: userId } } );
However this throws an error using sequelize-redis-cache
syntax error at or near ":"
This would be a great improve