namviek icon indicating copy to clipboard operation
namviek copied to clipboard

Redis - wrong number of arguments for 'hset'

Open LukasJK opened this issue 9 months 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