disque-module icon indicating copy to clipboard operation
disque-module copied to clipboard

Don't Require Redis Cluster

Open chriskinsman opened this issue 5 years ago • 0 comments

We have been using disque as a very simple queue on various projects and loved how simple it was to spin up a single instance and use it.

The requirement of spinning up a minimum three node redis cluster adds a lot of complexity especially in k8s based testing environments where the persistent volume support may not be present to enable this.

Please consider allowing it to work on a single node redis instance.

Thanks!

chriskinsman avatar Aug 22 '20 00:08 chriskinsman