class RedisStore implements ICacheStoreRe-exportimport { RedisStore } from "https://deno.land/x/deno_nest@v3.4.0/modules/redis/mod.ts"; ConstructorsnewRedisStore(client: Redis)Propertieskey: stringtimeoutMap: Map<string, number>Methodsclear()delete(key: string)get<T = any>(key: string): Promise<T | undefined>getNewKey(key: string)has(key: string)set(key: string,value: any,options?: { ttl: number; },): Promise<string>size()