Redis Hget throwing WRONGTYPE Operation against a key holding the wrong kind of value

后端 未结 0 1131
一个人的身影
一个人的身影 2021-01-03 11:40

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题