RedisStore.prototype.set<T>(key: string,value: T,ttlSeconds?: number): Promise<void>
Usage
import { RedisStore } from "cache-plugin/src/index.ts";
RedisStore.prototype.set<T>(key: string,value: T,ttlSeconds?: number): Promise<void>
import { RedisStore } from "cache-plugin/src/index.ts";