PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, November 12, 2022

[FIXED] How to use the GAE Memcache in node.js on flexible environment

 November 12, 2022     google-app-engine, memcached, node.js     No comments   

Issue

How to use the GAE Memcache in node.js on flexible environment. I don't see the memcache api back in the node.js client lib. (https://googlecloudplatform.github.io/google-cloud-node/#/).

There are some examples from using a Redis Labs Memcache instance but nothing on the GAE onboard instance of memcache.


Solution

GAE Memcache service is not available in the App Engine flexible environment. To cache application data, use MemoryStore for Redis.



Answered By - Eien
Answer Checked By - David Goodson (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing