1602 / jugglingdb

Multi-database ORM for nodejs: redis, mongodb, mysql, sqlite3, postgresql, arango, in-memory...
http://1602.github.io/jugglingdb/
2.05k stars 241 forks source link

(redis) model.iterate: «where» and «skip» seems to be not working #421

Open tonghae opened 9 years ago

tonghae commented 9 years ago

Trying to use "where: { id: { gt / lt: XXX } }" or skip in model.iterate method, but script ignores it. «order by» works fine. What am i doing wrong here?