Argument of type 'unknown' is not assignable to parameter of type 'RedisKey'.
redis.set(user._id, JSON.stringify(user) as any)
first lines are error and second line is code, im trying upload session data to redis