We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/appengine/flexible/memcache
I commented out memcache server and uncommented: USE_GAE_MEMCACHE
On deploy and gcloud app browse I see:
gcloud app browse
error 3 from memcached_get(counter): (0x14b9130) CONNECTION FAILURE(Connection refused), host: localhost:11211 -> libmemcached/connect.cc:156
The text was updated successfully, but these errors were encountered:
@jonparrott any ideas?
Sorry, something went wrong.
@waprin Memcache is alpha and whitelist only right now. That's probably what's up.
No branches or pull requests
In which file did you encounter the issue?
/appengine/flexible/memcache
I commented out memcache server and uncommented: USE_GAE_MEMCACHE
On deploy and
gcloud app browse
I see:error 3 from memcached_get(counter): (0x14b9130) CONNECTION FAILURE(Connection refused), host: localhost:11211 -> libmemcached/connect.cc:156
The text was updated successfully, but these errors were encountered: