Documents / @faasjs/redis / get
Function: get()
get<
TResult
>(key
):Promise
<TResult
>
Type Parameters
TResult
TResult
= any
Parameters
key
string
Returns
Promise
<TResult
>
Documents / @faasjs/redis / get
get<
TResult
>(key
):Promise
<TResult
>
TResult
= any
string
Promise
<TResult
>