-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
groups.json
70 lines (70 loc) · 1.67 KB
/
groups.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"bitmap": {
"display": "Bitmap",
"description": "Operations on the Bitmap data type"
},
"cluster": {
"display": "Cluster",
"description": "Redis Cluster management"
},
"connection": {
"display": "Connection",
"description": "Client connections management"
},
"generic": {
"display": "Generic",
"description": "Generic commands"
},
"geo": {
"display": "Geospatial indices",
"description": "Operations on the Geospatial Index data type"
},
"hash": {
"display": "Hash",
"description": "Operations on the Hash data type"
},
"hyperloglog": {
"display": "HyperLogLog",
"description": "Operations on the HyperLogLog data type"
},
"list": {
"display": "List",
"description": "Operations on the List data type"
},
"pubsub": {
"display": "Pub/Sub",
"description": "Pub/Sub commands"
},
"scripting": {
"display": "Scripting and Functions",
"description": "Redis server-side scripting and functions"
},
"sentinel": {
"display": "Sentinel",
"description": "Redis Sentinel commands"
},
"server": {
"display": "Server",
"description": "Server management commands"
},
"set": {
"display": "Set",
"description": "Operations on the Set data type"
},
"sorted-set": {
"display": "Sorted Set",
"description": "Operations on the Sorted Set data type"
},
"stream": {
"display": "Stream",
"description": "Operations on the Stream data type"
},
"string": {
"display": "String",
"description": "Operations on the String data type"
},
"transactions": {
"display": "Transactions",
"description": "Redis Transaction management"
}
}