i have a class for RedisManger in nodejs project . in that class i have a method for get info from redis database :
async Get(key: string): Promise