Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cfc95dc

Browse files
committedMar 14, 2022
adds groups.json
1 parent 6eca2e2 commit cfc95dc

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed
 

‎groups.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"bitmap": {
3+
"display": "Bitmap",
4+
"description": "Operations on the Bitmap data type"
5+
},
6+
"cluster": {
7+
"display": "Cluster",
8+
"description": "Redis Cluster management"
9+
},
10+
"connection": {
11+
"display": "Connection",
12+
"description": "Client connections management"
13+
},
14+
"generic": {
15+
"display": "Generic",
16+
"description": "Generic commands"
17+
},
18+
"geo": {
19+
"display": "Geospatial indices",
20+
"description": "Operations on the Geospatial Index data type"
21+
},
22+
"hash": {
23+
"display": "Hash",
24+
"description": "Operations on the Hash data type"
25+
},
26+
"hyperloglog": {
27+
"display": "HyperLogLog",
28+
"description": "Operations on the HyperLogLog data type"
29+
},
30+
"list": {
31+
"display": "List",
32+
"description": "Operations on the List data type"
33+
},
34+
"pubsub": {
35+
"display": "Pub/Sub",
36+
"description": "Pub/Sub commands"
37+
},
38+
"scripting": {
39+
"display": "Scripting and Functions",
40+
"description": "Redis server-side scripting and functions"
41+
},
42+
"sentinel": {
43+
"display": "Sentinel",
44+
"description": "Redis Sentinel commands"
45+
},
46+
"server": {
47+
"display": "Server",
48+
"description": "Server management commands"
49+
},
50+
"set": {
51+
"display": "Set",
52+
"description": "Operations on the Set data type"
53+
},
54+
"sorted-set": {
55+
"display": "Sorted Set",
56+
"description": "Operations on the Sorted Set data type"
57+
},
58+
"stream": {
59+
"display": "Stream",
60+
"description": "Operations on the Stream data type"
61+
},
62+
"string": {
63+
"display": "String",
64+
"description": "Operations on the String data type"
65+
},
66+
"transactions": {
67+
"display": "Transactions",
68+
"description": "Redis Transaction management"
69+
}
70+
}

0 commit comments

Comments
 (0)
Please sign in to comment.