Skip to content

ERR invalid expire time in set #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ShalaQweghen opened this issue Dec 5, 2020 · 1 comment
Closed

ERR invalid expire time in set #63

ShalaQweghen opened this issue Dec 5, 2020 · 1 comment

Comments

@ShalaQweghen
Copy link

Hello,

I have a Node.js web application which uses redis as session storage. Some requests receive the following ReplyError while trying to save the session:

ReplyError: ERR invalid expire time in set
   at parseError (.../node_modules/redis-parser/lib/parser.js:179:12)
   at parseType (.../node_modules/redis-parser/lib/parser.js:302:14)

I checked the specified file but I couldn't find anything which might cause it. Also, as far as I know, set method doesn't receive a expire time argument. I would very much appreciate any pointers as to how to fix it or what may cause it.

OS: Ubuntu 18.04.1 LTS
NodeJS version: 12.19.0
redis-server version: 4.0.9
node-redis version: 3.0.2
node-redis-parser version: 3.0.0

@ShalaQweghen
Copy link
Author

I noticed that this belongs to the connect-redis repository. Sorry for reopenning the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant