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