(redis) model.iterate: «where» and «skip» seems to be not working
未关闭
- 主要语言
- JavaScript
- 星标
- 2k
- 派生
- 238
- PR 合并指标
- 30 天内没有已合并 PR
描述
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?
贡献指南
这个仓库没有索引到贡献指南
调研方向
Look at the model.iterate method in the redis adapter, likely in lib/adapters/redis.js or similar. Examine how where and skip parameters are processed versus order by. Check test files for iterate to understand expected behavior. The issue lacks specifics on error messages or code examples, so start by reproducing the problem with a simple test case.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, redis
- 领域
- backend, databases
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100