async-redis
async-redis copied to clipboard
Modifiers doesn't work
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.
I might need to update this to a newer version of redisnode. Let me take a look and get back to you.