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
I have this piece of code which acts as an interceptor in the controller level which run fine on mac but not on my windows pc. Can verify why this is happening?
"ReplyError: ERR syntax error\n at parseError (C:\\Users\\User\\Desktop\\project\\node_modules\\redis-parser\\lib\\parser.js:179:12)\n at parseType (C:\\Users\\User\\Desktop\\project\\node_modules\\redis-parser\\lib\\parser.js:302:14)"
The text was updated successfully, but these errors were encountered:
haziqfiqri
changed the title
ERR syntax error
ERR syntax error when using SET
Feb 25, 2022
os: Windows_NT 10.0.19042 x64 v0.30.6
version: 2.3.1
redis: 3.2.100
node: 12.13.0
os: mac
version: 2.3.1
redis: v=6.2.6 sha=00000000:0 malloc=libc bits=64 build=c6f3693d1aced7d9
node: 14.16.0
I have this piece of code which acts as an interceptor in the controller level which run fine on mac but not on my windows pc. Can verify why this is happening?
code:
error:
The text was updated successfully, but these errors were encountered: