Hey Pyang, The Memcache service on App Engine will be accessed through a totally different lib/package than any access you may wish to make to a Redis <https://redis.io/> cluster. You might consider writing a simple service / class that will abstract calls to a get/set key-value service such that you can change its internal implementation by connecting to either Memcache or Redis, while the rest of your code can remain the same regardless.
Cheers, Nick Cloud Platform Community Support On Wednesday, January 11, 2017 at 4:04:02 AM UTC-5, Pyang djo wrote: > > Adam, > > Thanks for the info and the form for memcache access. > > I have a newbie question - I can use same memcache lib/package with redis > and memcache ? am I right. I intend to make use of GAE memcache when its > enabled but I would like to go ahead and use redis now ? > > Thank you, > > > regards, > > On Tuesday, January 10, 2017 at 5:57:44 PM UTC, Adam (Cloud Platform > Support) wrote: >> >> Currently Memcache as a service is only available on the standard >> environment, but elsewhere in the docs >> <https://cloud.google.com/appengine/docs/flexible/python/migrating#memcache>, >> >> you can find mention of the early access form for Memcache on the flexible >> environment: >> >> The Memcache service is currently not available for the App Engine >> flexible environment. An alpha version of the memcache service will be >> available shortly. If you would like to be notified when the service is >> available, fill out this early access form >> <https://goo.gl/forms/kklwZTrkicAKaHrD3>. >> >> So yes, it is on the horizon. Note that the early access is for testing >> only and is not recommended for production applications. >> >> On Tuesday, January 10, 2017 at 11:46:21 AM UTC-5, Pyang djo wrote: >>> >>> Hi, >>> >>> Are there plans to make memcache available for nodejs on google app >>> engine itself (like for others Go,java,python,php) ?? >>> >>> Currently they are suggesting to use external service - Redis Labs. >>> >>> Can anybody please comment on this >>> >>> Thank you, >>> >>> >>> -- 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/b22947dc-ae4a-46f1-8255-a4996336d91c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
