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
I stumbled upon an error, "error 9 from memcached_set: SUCCESS" and it turned out that DRF creates invalid key for throttling such as :1:throttle_anon_153.191.xxx.xxx, 107.178.xxx.xxx. memcached cannot have keys containing space so I assume this is a bug.