How does one access memcache from the nodejs standard environment?
相关问题
- java.lang.NullPointerException at java.io.PrintWri
- npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fs
- google-drive can't get push notifications
- __call__() missing 1 required positional argument:
- How to specify memcache server to Rack::Session::M
相关文章
- node连接远程oracle报错
- How can make folder with Firebase Cloud Functions
- Is there a size limit for HTTP response headers on
- @angular-cli install fails with deprecated request
- appcfg.py command not found
- node.js modify file data stream?
- How to resolve hostname to an ip address in node j
- Why is file_get_contents faster than memcache_get?
The documentation apparently makes no reference to the App Engine memcache being available to the Node.JS standard environment, at least not at this time:
Node.JS
language tab in the Memcache Overview page(s)Caching Application Data
section (under which the memcache-related docs exist for the other languages) underHow-to Guides
in the left-side navigation bar for Google App Engine Node.js Standard Environment DocumentationBut there may be an alternative. From APIs & Reference:
Which leads to Node.js Packages, where I can see:
Which leads to Cloud Redis: Node.js Client.
This is inline with the suggestions from the Memcache section of the Migrating Services from the Standard Environment to the Flexible Environment guides, the flexible environment having the same problem (except clearly documented):