namviek icon indicating copy to clipboard operation
namviek copied to clipboard

Redis - wrong number of arguments for 'hset'

Open LukasJK opened this issue 1 year ago • 1 comments

Describe the bug When signing in after seeding the default user, yarn:backend shows the error

 🥝 POST: /auth/sign-in
service get user by id error ReplyError: ERR wrong number of arguments for 'hset' command
    at parseError (/home/{...}/namviek/node_modules/redis-parser/lib/parser.js:179:12)
    at parseType (/home/{...}/namviek/node_modules/redis-parser/lib/parser.js:302:14) {
  command: { name: 'hset', args: [ '[email protected]', '' ] }
}

Redis 7.2.4

LukasJK avatar May 21 '24 12:05 LukasJK

@LukasJK thanks for your report, i'll fix this

hudy9x avatar May 23 '24 01:05 hudy9x

fixed by #186

hudy9x avatar May 26 '24 07:05 hudy9x