You're viewing archived documentation for @imqueue/rpc v2.1.0. APIs may differ from the current release. View the latest version ↗

RedisCache.get() method

Returns value stored in cache by a given key

Signature:

get(key: string): Promise<any>;

Parameters

Parameter

Type

Description

key

string

Returns:

Promise<any>

{Promise}