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