Skip to content

Commit e185771

Browse files
committed
formatting fix
1 parent 9537a37 commit e185771

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: content/features/proxy/examples.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This page includes configuration files for common use cases.
77

88
For several more examples demonstrating various circumstances and topologies, see [the `examples` directory in the route library source](https://github.com/memcached/memcached-proxylibs/tree/main/lib/routelib/examples)
99

10-
### Basic consistent hashing to pool of servers
10+
## Basic consistent hashing to pool of servers
1111

1212
```lua
1313
-- Minimal configuration.
@@ -28,7 +28,7 @@ routes{
2828
}
2929
```
3030

31-
### Basic replication for availability or speed
31+
## Basic replication for availability or speed
3232

3333
Please see
3434
[REPLICATE.md](https://github.com/memcached/memcached-proxylibs/blob/main/lib/routelib/REPLICATE.md)
@@ -65,7 +65,7 @@ routes{
6565
}
6666
```
6767

68-
### Prefix router
68+
## Prefix router
6969

7070
```lua
7171
-- In this example we logically split our cache where by default keys are
@@ -119,7 +119,7 @@ routes{
119119
}
120120
```
121121

122-
### Command map
122+
## Command map
123123

124124
```lua
125125
-- if you don't want to route based on prefix, but instead just based on the
@@ -150,7 +150,7 @@ routes{
150150
}
151151
```
152152

153-
### Route by listener port with tags
153+
## Route by listener port with tags
154154

155155
```lua
156156
-- it's possible to have different route trees based on the listener port.
@@ -203,7 +203,7 @@ routes{
203203
}
204204
```
205205

206-
### Nested route handlers
206+
## Nested route handlers
207207

208208
```lua
209209
-- A route handler can accept another route handler for any child type entry.

0 commit comments

Comments
 (0)