You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loved the book, one thing that I'm having a lot of issues with is the memcached part. It appeared to be working, but I upgraded to django 3.2 somewhere along the way with my project. Django seems to have deprecated Memcache backend and replaced with PyMemcache, which is causing issues with django status. Not sure if I'm doing something wrong or not.
Any tips to get mem status working again or other alternatives to see if caching is working or not? One other question I have is with setting the location to local ip address. If I am running this on a digital ocean droplet in production, should the location still be local address, or the ip address of the droplet? Thanks!
The text was updated successfully, but these errors were encountered:
jakespeers
changed the title
Chapter 8 - Memcached issues
Chapter 11 - Memcached issues
May 20, 2021
Loved the book, one thing that I'm having a lot of issues with is the memcached part. It appeared to be working, but I upgraded to django 3.2 somewhere along the way with my project. Django seems to have deprecated Memcache backend and replaced with PyMemcache, which is causing issues with django status. Not sure if I'm doing something wrong or not.
Any tips to get mem status working again or other alternatives to see if caching is working or not? One other question I have is with setting the location to local ip address. If I am running this on a digital ocean droplet in production, should the location still be local address, or the ip address of the droplet? Thanks!
The text was updated successfully, but these errors were encountered: