Documents / @faasjs/redis / set
Function: set()
set<
TResult
>(key
,value
,options
?):Promise
<TResult
>
Type Parameters
TResult
TResult
= void
Parameters
key
string
value
any
options?
SET
Returns
Promise
<TResult
>
Documents / @faasjs/redis / set
set<
TResult
>(key
,value
,options
?):Promise
<TResult
>
TResult
= void
string
any
SET
Promise
<TResult
>