Please make sure that JavaScript is enabled in your browser. If you are using a browser extension to selectively enable or disable JavaScript, make sure it's enabled for this server.
Describe your changes (optional):
Describe the reason it's discarded (optional):
Review Request #975 — Created Aug. 19, 2009 and discarded
RB will happily try to enter keys into memcached that exceed memcached's key size constraint (250 bytes). This patch should correct this.
Runs flawlessly on a local RB installation.
I like the concept of the change, but this would be better in the cache_memoize function in Djblets (djblets/util/misc.py).
Good point. I will update the code and submit an update.