async-redis icon indicating copy to clipboard operation
async-redis copied to clipboard

Modifiers doesn't work

Open multipliedtwice opened this issue 3 years ago • 1 comments

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.

multipliedtwice avatar Apr 23 '22 10:04 multipliedtwice

I might need to update this to a newer version of redisnode. Let me take a look and get back to you.

moaxaca avatar May 21 '22 03:05 moaxaca