disque_cli/command.rs
1pub const COMMANDS: [&'static str; 33] = [
2 "ackjob",
3 "addjob",
4 "auth",
5 "bgrewriteaof",
6 "client",
7 "cluster",
8 "command",
9 "config",
10 "debug",
11 "deljob",
12 "dequeue",
13 "enqueue",
14 "fastack",
15 "getjob",
16 "hello",
17 "info",
18 "jscan",
19 "latency",
20 "loadjob",
21 "monitor",
22 "nack",
23 "pause",
24 "ping",
25 "qlen",
26 "qpeek",
27 "qscan",
28 "qstat",
29 "show",
30 "shutdown",
31 "slowlog",
32 "time",
33 "working",
34 "quit"
35];