問題タブ [redislabs]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
google-app-engine - App Engine スタンダード環境の Memcache
Python 2.7 App Engine を App Engine 3.7 ランタイム (標準環境) に移行しています。
Google のドキュメントでは、Memcache の代わりに Redis Labs Cloud などのサードパーティ サービスを使用することが提案されていることに気付きました。
Memcache サービスは Python 3 では使用できません。ホストされたキャッシュ サービスにアクセスする必要がある場合は、Redis Labs Cloud などのサード パーティの memcache サービスを使用できます。
このために独自の Cloud Memorystore を推奨しない理由はありますか?
他の SO の投稿thisおよびthisからわかることから、最近まで標準環境では機能しなかったようです。したがって、これは、元のドキュメントがリリースされてから現在までのタイミングの問題である可能性があります。