Preparing search index...
The search index is not available
ioredis
ioredis
SentinelIterator
Class SentinelIterator
Implements
Iterator
<
Partial
<
SentinelAddress
>
>
Index
Constructors
constructor
Methods
add
next
reset
to
String
Constructors
constructor
new
Sentinel
Iterator
(
sentinels
)
:
SentinelIterator
Parameters
sentinels
:
Partial
<
SentinelAddress
>
[]
Returns
SentinelIterator
Methods
add
add
(
sentinel
)
:
boolean
Parameters
sentinel
:
SentinelAddress
Returns
boolean
next
next
(
)
:
{
done
:
boolean
;
value
:
Partial
<
SentinelAddress
>
;
}
Returns
{
done
:
boolean
;
value
:
Partial
<
SentinelAddress
>
;
}
done
:
boolean
value
:
Partial
<
SentinelAddress
>
reset
reset
(
moveCurrentEndpointToFirst
)
:
void
Parameters
moveCurrentEndpointToFirst
:
boolean
Returns
void
to
String
to
String
(
)
:
string
Returns
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
constructor
add
next
reset
to
String
ioredis
Loading...