Skip to content

Commit 48ce7ee

Browse files
committed
fixes for proxy quickstart page
1 parent d4eb8c4 commit 48ce7ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/features/proxy/quickstart.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ echo 'pools{
9595

9696
routes{
9797
map = {
98-
quickstart_route = route_direct{
98+
quickstart = route_direct{
9999
child = "quickstart_pool",
100100
},
101101
},
@@ -125,7 +125,7 @@ routes{
125125
126126
```
127127
telnet localhost 11211
128-
set quickstart-data 0 0 6
128+
set quickstart/data 0 0 6
129129
Hello!
130130
```
131131
@@ -134,7 +134,7 @@ routes{
134134
1. Fetch the data again:
135135
136136
```
137-
get quickstart-data
137+
get quickstart/data
138138
```
139139
140140
The Memcached proxy responds with the following:
@@ -150,11 +150,11 @@ routes{
150150
151151
1. At the `telnet>` prompt, enter `quit`.
152152
153-
At this point, you can optionally connect to the two Memcached backend servers by connecting to ports `11212` and `11213` and running the command `get quickstart-data` on both. One of the two servers returns the value `Hello!`. That server is the one that the proxy chose as the backend to store the data under the `quickstart-data` key.
153+
At this point, you can optionally connect to the two Memcached backend servers by connecting to ports `11212` and `11213` and running the command `get quickstart/data` on both. One of the two servers returns the value `Hello!`. That server is the one that the proxy chose as the backend to store the data under the `quickstart/data` key.
154154
155155
## Clean up
156156
157-
When you are finished with this tutorial, you can stop the three Memcached processes that you launched in the previous steps.
157+
When you are finished with this tutorial, you can stop the three Memcached processes that you launched in the previous steps. You can do this by repeatedly running `fg` then pressing ctrl-c until all instances are stopped.
158158
159159
Because this quickstart didn't have you install the Memcached software that you built, you can clean up by deleting the source directory that you downloaded.
160160

0 commit comments

Comments
 (0)