@keyv/redis
: useRedisSets
option does not take effect when providing ioredis
instance
#902
Labels
@keyv/redis
: useRedisSets
option does not take effect when providing ioredis
instance
#902
Describe the bug
The
useRedisSets
option only takes effect when passing a Redis client as a URI, and does not take effect when passing aRedis
client directly.I believe this is because the
useRedisSets
option is set inside this code branch.How To Reproduce (best to provide workable code or tests!)
When executing the above script with
npm exec ts-node reproduce.ts
:Expected output
Actual output
The text was updated successfully, but these errors were encountered: