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.