Redis: Add to sorted set using TypeScript
I am trying to add a value to a sorted set in Redis using TypeScript like this client.ZADD('test', 10, 'test') but this throws an error Argument of type '["test", 10, "test"]' is not assignable to parameter of type '[key: string,…