Search
Preparing search index...
The search index is not available
Todes
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Todes
RedisClientParams
MigrateOptions
Interface MigrateOptions
Hierarchy
MigrateOptions
Index
Properties
auth
copy
replace
Properties
Optional
auth
auth
:
undefined
|
{
password
:
string
;
username
?:
undefined
|
string
}
是否添加 AUTH 选项,默认不添加。
4.0.7 开始支持 auth password 选项。
6.0.0 开始支持使用 username 选项。
Optional
copy
copy
:
undefined
|
boolean
是否添加 COPY 选项,默认不添加
3.0.0 开始支持 COPY 选项。
Optional
replace
replace
:
undefined
|
boolean
是否添加 REPLACE 选项,默认不添加。
Exports
Redis
Client
Params
Redis
Client
Params.
Bit
Field
Redis
Type
Redis
Util
Type
HScan
Options
HScan
Result
Lpos
Options
Migrate
Options
auth
copy
replace
Restore
Options
SScan
Options
SScan
Result
Scan
Options
Scan
Result
Set
Options
Sort
Options
ZScan
Options
ZScan
Result
Zadd
Options
Zinter
Options
Zrange
Options
Zunion
Options
Zrange
By
Generated using
TypeDoc
是否添加 AUTH 选项,默认不添加。