stipsan / ioredis-mock

Emulates ioredis by performing all operations in-memory.
MIT License
333 stars 125 forks source link

Support watch and unwatch commands #1334

Open Ceres6 opened 9 months ago

Ceres6 commented 9 months ago

Hi!

I'm using this library for a project and currently it doesn't support watch commands and throws. I have set a workaround to get them passing but it actually doesn't implement the functionality.

I think it would be nice to support those commands, and if someone can guide me a bit I'd be more than happy to add them myself and submit a PR.

Thanks in advance!