rest_framework.throttling sets invalid key for memcached. · Issue #2400 · encode/django-rest-framework (original) (raw)
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.