-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathgroups.json
More file actions
82 lines (82 loc) · 1.97 KB
/
groups.json
File metadata and controls
82 lines (82 loc) · 1.97 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
{
"bitmap": {
"display": "Bitmap",
"description": "Operations on the Bitmap data type"
},
"bloom": {
"display": "Bloom filter",
"description": "Operations on the Bloom filter data type"
},
"search": {
"display": "Search",
"description": "Vector Similarity Search engine optimized for AI-driven workloads"
},
"cluster": {
"display": "Cluster",
"description": "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"
},
"json": {
"display": "JSON",
"description": "Operations on the JSON 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": "Server-side scripting and functions"
},
"sentinel": {
"display": "Sentinel",
"description": "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": "Transaction management"
}
}