Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 229 Bytes

get.md

File metadata and controls

17 lines (9 loc) · 229 Bytes

@faasjs/redis / get

Function: get()

get<TResult>(key): Promise<TResult>

Type parameters

TResult = any

Parameters

key: string

Returns

Promise<TResult>