Hello Vick, 

The page 
<https://cloud.google.com/appengine/docs/flexible/php/using-redislabs-memcache> 
your link points to recommends for PHP the use of the memcached extension. 
This extension is included in the PHP runtime. You only need to choose your 
configuration and set the configuration files as recommended in the 
"Connecting to Redis Labs Memcache" sub-chapter, on the same page. 

In the appengine/flexible/memcache/app.yaml file, you choose appropriate 
settings as indicated on that page: 

env_variables:
  # If you are using the App Engine Memcache service (currently in alpha),
  # uncomment this section and comment out the other Memcache variables.
  # USE_GAE_MEMCACHE: 1
  MEMCACHE_SERVER: your-memcache-server
  # If you are using a Memcached server with SASL authentiation enabled,
  # fill in these values with your username and password.
  MEMCACHE_USERNAME: ""
  MEMCACHE_PASSWORD: ""

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d005c6cf-e52a-4e38-bd87-be7f59d602c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine]... Vick Khera
    • [google-appen... 'George (Cloud Platform Support)' via Google App Engine

Reply via email to