Preparing search index...
The search index is not available
Entity
Entity
@expo/entity-cache-adapter-redis
IRedis
Interface IRedis
interface
IRedis
{
del
(
...
args
:
string
[]
)
:
Promise
<
any
>
;
mget
(
...
args
:
string
[]
)
:
Promise
<
(
null
|
string
)
[]
>
;
multi
(
)
:
IRedisTransaction
;
}
Index
Methods
del
mget
multi
Methods
del
del
(
...
args
)
:
Promise
<
any
>
Parameters
Rest
...
args
:
string
[]
Returns
Promise
<
any
>
mget
mget
(
...
args
)
:
Promise
<
(
null
|
string
)
[]
>
Parameters
Rest
...
args
:
string
[]
Returns
Promise
<
(
null
|
string
)
[]
>
multi
multi
(
)
:
IRedisTransaction
Returns
IRedisTransaction
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
del
mget
multi
Entity
Loading...