Preparing search index...
The search index is not available
unit-redis-ness
unit-redis-ness
server/resp-server-context
<internal>
AsyncIterableIterator
Interface AsyncIterableIterator<T>
interface
AsyncIterableIterator
{
[asyncIterator]
(
)
:
AsyncIterableIterator
<
T
>
;
next
(
...
args
)
:
Promise
<
IteratorResult
<
T
,
any
>
>
;
return
?
(
value
?
)
:
Promise
<
IteratorResult
<
T
,
any
>
>
;
throw
?
(
e
?
)
:
Promise
<
IteratorResult
<
T
,
any
>
>
;
}
Type Parameters
T
Hierarchy
AsyncIterator
<
T
>
AsyncIterableIterator
Index
Methods
[async
Iterator]
next
return?
throw?
Methods
[async
Iterator]
[async
Iterator]
(
)
:
AsyncIterableIterator
<
T
>
Returns
AsyncIterableIterator
<
T
>
next
next
(
...
args
)
:
Promise
<
IteratorResult
<
T
,
any
>
>
Parameters
Rest
...
args
:
[
]
|
[
undefined
]
Returns
Promise
<
IteratorResult
<
T
,
any
>
>
Optional
return
return
(
value
?
)
:
Promise
<
IteratorResult
<
T
,
any
>
>
Parameters
Optional
value
:
any
Returns
Promise
<
IteratorResult
<
T
,
any
>
>
Optional
throw
throw
(
e
?
)
:
Promise
<
IteratorResult
<
T
,
any
>
>
Parameters
Optional
e
:
any
Returns
Promise
<
IteratorResult
<
T
,
any
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
[async
Iterator]
next
return
throw
unit-redis-ness
client
dictionary
logger
lua/bit/lua-bit
lua/call/lua-redis
resp/command/client-command
resp/command/db/dbsize-command
resp/command/db/flushall-command
resp/command/db/flushdb-command
resp/command/db/select-command
resp/command/discard-command
resp/command/exec-command
resp/command/hash/hget-command
resp/command/hash/hgetall-command
resp/command/hash/hset-command
resp/command/key/del-command
resp/command/key/exists-command
resp/command/key/expire-command
resp/command/key/keys-command
resp/command/key/move-command
resp/command/key/pexpire-command
Loading...