Skip to content

Commit 1b1ea28

Browse files
jmacdotorgdormando
authored andcommitted
Modify a couple of source files for better linking.
1 parent 226a604 commit 1b1ea28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/features/proxy/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,21 +101,21 @@ Roadmapped features:
101101

102102
---
103103

104-
# Examples and use cases
104+
## Examples and use cases
105105

106106
See [this document on example architectures](/ProxyExamples) for
107107
different methods of deploying and using the proxy.
108108

109109
---
110110

111-
# Architecture and Workflows
111+
## Architecture and Workflows
112112

113113
See [this document on architecture](/ProxyArch) for details on the proxy's
114114
thread components and how various subsystems work.
115115

116116
---
117117

118-
# Configuration API
118+
## Configuration API {#configuration_api}
119119

120120
To load the configuration, a dedicated thread first compiles the Lua code. It then calls the function `mcp_config_pools`, which loads all backends, collects them into pools, and returns a Lua table holding all of the final pool objects. Next, for each worker thread, they each execute `mcp_config_routes`. This function is expected to set up route handling (code that matches requests to a pool), and sets the command hooks that memcached will call (ie; hooks on get, set, and so on).
121121

0 commit comments

Comments
 (0)