Preparing search index...
The search index is not available
@cloud/document - v24.7.0
@cloud/document
"redis"
PipelineDatabaseClient
Interface PipelineDatabaseClient
数据库
interface
PipelineDatabaseClient
{
del
:
(
(
...
keys
)
=>
void
)
;
exists
:
(
(
key
)
=>
void
)
;
}
Hierarchy (
view full
)
PipelineDatabaseClient
RedisPipeliner
Index
Properties
del
exists
Properties
del
del
:
(
(
...
keys
)
=>
void
)
删除给定的一个或多个 key
Type declaration
(
...
keys
)
:
void
Parameters
Rest
...
keys
:
string
[]
待删除的键值列表
Returns
void
exists
exists
:
(
(
key
)
=>
void
)
检查给定 key 是否存在。
存在返回 true, 失败返回 false
Type declaration
(
key
)
:
void
Parameters
key
:
string
键值
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
del
exists
@cloud/document - v24.7.0
Loading...
数据库