method RedisStore.prototype.connect
RedisStore.prototype.connect(): Promise<void>

Establish the backend connection (if applicable).

Return Type

Promise<void>

Usage

import { RedisStore } from "cache-plugin/src/index.ts";