Skip to content

ERR invalid expire time in set #63

@ShalaQweghen

Description

@ShalaQweghen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions