ioredis-mock icon indicating copy to clipboard operation
ioredis-mock copied to clipboard

Offline Queue

Open stipsan opened this issue 3 years ago • 0 comments

Simulate the offline queue feature: https://github.com/luin/ioredis#offline-queue

Technically, we're always "online". To support this feature we would need a way to pretend we're offline and queue commands until we're online. As well as throw if enableOfflineQueue: true and we're not "online" yet.

stipsan avatar Jan 24 '22 22:01 stipsan