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
node_modules/redis-parser/lib/parser.js:179
return new ReplyError(string)
^
ReplyError: ERR value is not an integer or out of range
at parseError (node_modules/redis-parser/lib/parser.js:179:12)
at parseType (node_modules/redis-parser/lib/parser.js:302:14) {
command: { name: 'select', args: [ 'NaN' ] }
}
The text was updated successfully, but these errors were encountered:
This is related to #508. When ran encounters the following error:
The text was updated successfully, but these errors were encountered: