From 698ca64a78b40208a8eb011fbcb76ccf60c69e0f Mon Sep 17 00:00:00 2001 From: Randy Fay Date: Wed, 2 Mar 2022 08:46:31 -0700 Subject: [PATCH] Add cheatsheet link to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0012d55..6f665f0 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,4 @@ This memcached recipe for [ddev](https://ddev.readthedocs.io) installs a [`.ddev * The Memcached instance will listen on TCP port 11211 (the Memcached default). * Configure your application to access Memcached on the host:port `memcached:11211`. -* 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. +* 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.