I'm new to sails.js.
I want to issue a redis command on sails-redis like this,
lrange SPECIFIC_KEY 0 10
but I can't see how should I write codes in my model for it.
Documentation for sails-redis and waterline give me no hint to me.
What should I do for this ?