moaxaca / async-redis

First class async & promise support for redis.
Other
168 stars 21 forks source link

Modifiers doesn't work #66

Open multipliedtwice opened 2 years ago

multipliedtwice commented 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.

moaxaca commented 2 years ago

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