class RedisServiceRe-exportimport { RedisService } from "https://deno.land/x/deno_nest@v3.5.1/modules/redis/mod.ts"; ConstructorsnewRedisService(client: Redis)Methodsget(key: string)getRange(key: string,start: number,end: number,)index(key: string, index: number)isEmpty(key: string)pop(key: string)push(key: string, value: any)set(key: string,value: any,seconds?: number,)shift(key: string)size(key: string)unshift(key: string, value: any)