Google cloud memorystore and Google AppEngine standard with python 3

∥☆過路亽.° 提交于 2019-12-13 00:53:25

问题


Is it possible to use memorystore with python 3 on GAE standard env? From faq at https://cloud.google.com/memorystore/docs/redis/faq it is clear that it can’t be use with GAE standard but since restrictions are different between python 3 and 2, it might be usable? Python 3 env is not supporting mecache right now and redislab requires another account /subscription managed.


回答1:


Unfortunately currently it is not possible to access Memorystore from AppEngine Standard environment (even with python 3).

Please see the relevant links: https://cloud.google.com/memorystore/docs/redis/redis-overview#connecting

Also this is being tracked as a feature request here: https://issuetracker.google.com/issues/112411170




回答2:


It is now available through any standard Redis client, check here https://cloud.google.com/memorystore/docs/redis/redis-overview#connecting



来源:https://stackoverflow.com/questions/53810049/google-cloud-memorystore-and-google-appengine-standard-with-python-3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!