I've successfully configured my wordpress instance on GAE flex environment to use the W3 total cache plugin with memcache from RedisLabs for various caches. However, I cannot get it to use the SASL authentication.
The page https://cloud.google.com/appengine/docs/flexible/php/using-redislabs-memcache does indeed say that the memcached client needs to support SASL but not much more than that. Based on other searches and hints I found, I tried to set `memcached.use_sasl = 1` in my php.ini file. However, the W3 total cache configuration page does not recognize that memcache with SASL is available and leaves the password fields "locked". If I manually add the passwords to the config file they are still ignored. The cache works great without the passwords if I turn off SASL on the server side, but that is less than an ideal situation. Is the memcached client on GAE flex built with SASL support? If so, is there something else I need to do to enable it? -- 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 [email protected]. To post to this group, send email to [email protected]. 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/078198ad-306e-4e53-92e8-184cd8af3528%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
