You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to 3.0.0 (currently 3.0.0-rc.2) ... I'm also getting:
Unhandled rejection ReplyError: WRONGTYPE Operation against a key holding the wrong kind of value
at parseError (./node_modules/redis-parser/lib/parser.js:193:12)
at parseType (./node_modules/redis-parser/lib/parser.js:303:14)
It's been running without issue for a short week now on my side and I haven't noticed any issue.
Note that if you switched to bull 2.* to 3.* without cleaning your redis you might have some queues still using sets instead of zsets so they will still break on my fixed version.
The text was updated successfully, but these errors were encountered: