We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a697fa commit 440f006Copy full SHA for 440f006
1 file changed
appengine/memcached/README.md
@@ -4,10 +4,14 @@ This sample demonstrates accessing Memcached from Node.js on
4
[Google App Engine](https://cloud.google.com/appengine) Node.js [standard
5
environment][appengine-std] and [flexible environment][appengine-flex].
6
7
+See [this page][tutorial-flex] for a tutorial on how to run this sample
8
+with external Memcached instances using the Flexible environment.
9
+
10
## Running locally
11
12
Refer to the [appengine/README.md](../README.md) file for instructions on
13
running and deploying.
14
15
[appengine-flex]: https://cloud.google.com/appengine/docs/flexible/nodejs
16
[appengine-std]: https://cloud.google.com/appengine/docs/standard/nodejs
17
+[tutorial-flex]: https://cloud.google.com/appengine/docs/flexible/nodejs/using-redislabs-memcache
0 commit comments