bullmq - v5.77.1
Preparing search index...
v5
BunRedisRawClient
Interface BunRedisRawClient
interface
BunRedisRawClient
{
connected
:
boolean
;
onclose
?:
(
error
?:
Error
)
=>
void
;
onconnect
?:
()
=>
void
;
onerror
?:
(
error
?:
Error
)
=>
void
;
url
?:
string
;
close
()
:
void
;
connect
()
:
Promise
<
void
>
;
get
(
key
:
string
)
:
Promise
<
string
>
;
incr
(
key
:
string
)
:
Promise
<
number
>
;
send
<
T
=
any
>
(
command
:
string
,
args
:
RedisCommandArgument
[]
)
:
Promise
<
T
>
;
smembers
(
key
:
string
)
:
Promise
<
unknown
[]
>
;
}
Index
Properties
connected
onclose?
onconnect?
onerror?
url?
Methods
close
connect
get
incr
send
smembers
Properties
connected
connected
:
boolean
Optional
onclose
onclose
?:
(
error
?:
Error
)
=>
void
Optional
onconnect
onconnect
?:
()
=>
void
Optional
onerror
onerror
?:
(
error
?:
Error
)
=>
void
Optional
url
url
?:
string
Methods
close
close
()
:
void
Returns
void
connect
connect
()
:
Promise
<
void
>
Returns
Promise
<
void
>
get
get
(
key
:
string
)
:
Promise
<
string
>
Parameters
key
:
string
Returns
Promise
<
string
>
incr
incr
(
key
:
string
)
:
Promise
<
number
>
Parameters
key
:
string
Returns
Promise
<
number
>
send
send
<
T
=
any
>
(
command
:
string
,
args
:
RedisCommandArgument
[]
)
:
Promise
<
T
>
Type Parameters
T
=
any
Parameters
command
:
string
args
:
RedisCommandArgument
[]
Returns
Promise
<
T
>
smembers
smembers
(
key
:
string
)
:
Promise
<
unknown
[]
>
Parameters
key
:
string
Returns
Promise
<
unknown
[]
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
connected
onclose
onconnect
onerror
url
Methods
close
connect
get
incr
send
smembers
bullmq - v5.77.1
Loading...