Skip to content

Commit 1619744

Browse files
authored
README tune-up (#5)
Fixes capitalization of proper nouns, adds backticks, cleans up installation section.
1 parent 01b26c7 commit 1619744

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22

33
## What is this?
44

5-
This repository allows you to quickly install memcached into a [Ddev](https://ddev.readthedocs.io) project using just `ddev get ddev/ddev-memcached`.
5+
This repository allows you to quickly install Memcached into a [DDEV](https://ddev.readthedocs.io) project using `ddev get ddev/ddev-memcached`.
66

77
## Installation
88

9-
1.`ddev get ddev/ddev-memcached && ddev restart`
10-
5. `ddev restart`
9+
```
10+
ddev get ddev/ddev-memcached && ddev restart
11+
```
1112

1213
## Explanation
1314

14-
This memcached recipe for [ddev](https://ddev.readthedocs.io) installs a [`.ddev/docker-compose.memcached.yaml`](docker-compose.memcached.yaml) using the `memcached` docker image.
15+
This Memcached recipe for [DDEV](https://ddev.readthedocs.io) installs a [`.ddev/docker-compose.memcached.yaml`](docker-compose.memcached.yaml) using the `memcached` Docker image.
1516

1617
## Interacting with Memcached
1718

1819
* The Memcached instance will listen on TCP port 11211 (the Memcached default).
1920
* Configure your application to access Memcached on the host:port `memcached:11211`.
20-
* To reach the Memcached admin interface, run ddev ssh to connect to the web container, then use nc or telnet to connect to the Memcached container on port 11211, i.e. nc memcached 11211. You can then run commands such as `stats` to see usage information. See [cheatsheet](https://lzone.de/cheat-sheet/memcached) for more commands.
21+
* To reach the Memcached admin interface, run `ddev ssh` to connect to the web container, then use `nc` or `telnet` to connect to the Memcached container on port 11211, i.e. `nc memcached 11211`. You can then run commands such as `stats` to see usage information. See [cheatsheet](https://lzone.de/cheat-sheet/memcached) for more commands.

0 commit comments

Comments
 (0)