I\'m using nodeJs to obtain a value in a redis key field. Something like this:
let result = await redisM.hget(\'aaa:bbb\', \'profiles\');
The