stipsan / ioredis-mock

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

feat: add basic pubsub for 7th version #1305

Closed adovlyash closed 1 year ago

adovlyash commented 1 year ago

ioredis-mock v8 is not compatible with ioredis v4. Now we're using ioredis v4 (we plan to migrate to 5th version, but it won't be so fast). So we'd like to use ioredis-mock v7 for our unit tests, but we require pubsub command for this.

This pr is a copy of https://github.com/stipsan/ioredis-mock/pull/1277/files done for ioredis-mock v8.

adovlyash commented 1 year ago

Hi @stipsan . Is it possible to release one more patch version for ioredis-mock v7? Thanks in advance for response.

stipsan commented 1 year ago

Yeah sure, I'll set it up later today 👍

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 7.5.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: