Skip to content

Instantly share code, notes, and snippets.

@dominics
Last active April 24, 2017 13:07
Show Gist options
  • Save dominics/87961817f75d12be713052dde801a1c9 to your computer and use it in GitHub Desktop.
Save dominics/87961817f75d12be713052dde801a1c9 to your computer and use it in GitHub Desktop.
Undocumented disque commands

Debug

DEBUG FLUSHALL Resets all queues, jobs

MONITOR Works like its Redis counterpart

Cluster

CLUSTER RESET Resets all known nodes

CLUSTER INFO Shows cluster information, like:

cluster_state:ok
cluster_known_nodes:1
cluster_reachable_nodes:0
cluster_size:1
cluster_stats_messages_sent:23290
cluster_stats_messages_received:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment