method RedisCacheAdapter.prototype.get
RedisCacheAdapter.prototype.get(key: string): Promise<unknown | null>

Parameters

key: string

Return Type

Promise<unknown | null>

Usage

import { RedisCacheAdapter } from ".";