-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpatterns.json
82 lines (82 loc) · 1.93 KB
/
patterns.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
71
72
73
74
75
76
77
78
79
80
81
82
{
"auto_suggestion": {
"title": "Redis in Autosuggest",
"description": "",
"command": "",
"usedCommands": [],
"content": "patterns/auto_suggestion",
"type": "tutorial"
},
"analytics_system": {
"title": "Redis in an analytics system",
"description": "",
"command": "",
"usedCommands": [],
"content": "patterns/analytics_system",
"type": "tutorial"
},
"commenting_system": {
"title": "Redis in a Commenting System",
"description": "",
"command": "",
"usedCommands": [],
"content": "patterns/commenting_system",
"type": "tutorial"
},
"advertising_networks": {
"title": "Redis in Advertising Networks",
"description": "",
"command": "",
"usedCommands": [],
"content": "patterns/advertising_networks",
"type": "tutorial"
},
"sorted_index": {
"title": "Sorted Sets as Indexes",
"description": "",
"command": "",
"usedCommands": [],
"content": "patterns/sorted_index",
"type": "tutorial"
},
"ip_range": {
"title": "IP Range Indexing",
"description": "",
"command": "",
"usedCommands": [],
"content": "patterns/ip_range",
"type": "tutorial"
},
"full_text_search": {
"title": "Full text search",
"description": "",
"command": "",
"usedCommands": [],
"content": "patterns/full_text_search",
"type": "tutorial"
},
"obj_storage": {
"title": "Object hash storage",
"description": "",
"command": "",
"usedCommands": [],
"content": "patterns/obj_storage",
"type": "tutorial"
},
"hyper_log": {
"title": "HyperLogLog",
"description": "",
"command": "",
"usedCommands": [],
"content": "patterns/hyper_log",
"type": "tutorial"
},
"sorted_lex": {
"title": "Lexicographic Sorted Set Time Series",
"description": "",
"command": "",
"usedCommands": [],
"content": "patterns/sorted_lex",
"type": "tutorial"
}
}