Kyle Farris
Kyle Farris
If I add values to 2 different sets via `SADD` and then try to diff them using the `SDIFF` method, the wrong result is returned. But, if I run `sendCommand(['SDIFF',...
The functionality was added as an option to the module so that it is the default if the user chooses for it to be. It can also be ran with...
I've made a function that allows one to just pass an object in order to filter results. **It looks like this:** ```typescript /** * Generates a dynamic filter function for...