Open scheung38 opened 7 years ago
This is probably to do with the underlying Redis library. This module just exposes the redis
library and doesn't modify it in any way. When I get near a computer I'll have a look, it could be that library ships with a very old version, or it could be a bug in the underlying library.
Can you replicate the same error in node
After a set is added in create.js:
but in another delete.js:
Doesnt seem to delete? But delete.js seems to be reading from empty set?
But the corresponding redis-cli
sadd subscriptions id srem subscriptions id
work fine