Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ZrangeOptions

Hierarchy

  • ZrangeOptions

Index

Properties

Properties

Optional limit

limit: undefined | [number, number]

限制返回值的数量,类似 SQL LIMIT offset, count。
只在 BYLEX 和 BYSCORE 模式下生效。

Optional reverse

reverse: undefined | boolean

对于索引查询,将结果倒序返回。
对于 BYLEX 和 BYSCORE 模式,将选取方向改为从右致左。
如:

  • 在 BYLEX 模式选择全部成员:{ by: 'BYLEX', min: '+', max: '-' }
  • 在 BYSCORE 模式选择全部成员:{ by: 'BYSCORE', min: '+inf', max: '-inf' }

Generated using TypeDoc