Open macintoshhelper opened 2 years ago
Not at the top of my list at the moment but I think this is a good idea. I'll mark it as an enhancement and see about including it in 1.0.
Not at the top of my list at the moment but I think this is a good idea. I'll mark it as an enhancement and see about including it in 1.0.
Thanks! Would be great. I’d be happy to have a go at implementing this myself and opening a PR.
any progress on this ? @guyroyse
Any update? How do we use this library in conjugation with ioredis
?
Hi, it would be great to have some kind of adapter API for third party Redis clients such as
ioredis
. This would eliminate the need to mixioredis
andredis
usage in an existing codebase which usesioredis
.I’ve hacked together support for
ioredis
(not thoroughly tested yet) by doing this:ioredis-client-adapter.js
Patched
redis-om
Client file