Open multipliedtwice opened 2 years ago
Hello, I try to do something like:
await client.set('key', 'value', { EX: 10 });
But getting err :>> Error: node_redis: The SET command contains a invalid argument type. Only strings, dates and buffers are accepted. Please update your code to use valid argument types.
err :>> Error: node_redis: The SET command contains a invalid argument type. Only strings, dates and buffers are accepted. Please update your code to use valid argument types.
I might need to update this to a newer version of redisnode. Let me take a look and get back to you.
Hello, I try to do something like:
But getting
err :>> Error: node_redis: The SET command contains a invalid argument type. Only strings, dates and buffers are accepted. Please update your code to use valid argument types.