Skip to content

Commit 698ca64

Browse files
authored
Add cheatsheet link to readme
1 parent 14dbdce commit 698ca64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ This memcached recipe for [ddev](https://ddev.readthedocs.io) installs a [`.ddev
1717

1818
* The Memcached instance will listen on TCP port 11211 (the Memcached default).
1919
* 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.
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.

0 commit comments

Comments
 (0)