Preparing search index...
The search index is not available
@cloud/document - v24.7.0
@cloud/document
"redis"
SScanResult
Interface SScanResult
SScan 命令的返回结果
interface
SScanResult
{
cursor
:
number
;
sets
:
string
[]
;
}
Index
Properties
cursor
sets
Properties
cursor
cursor
:
number
用于进行下一次迭代的新游标; 如果为0, 代表迭代已经结束,整个数据集已经被完整遍历。
sets
sets
:
string
[]
集合元素列表
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
cursor
sets
@cloud/document - v24.7.0
Loading...
SScan 命令的返回结果