ioredis-mock
ioredis-mock copied to clipboard
Offline Queue
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.