tags:

views:

233

answers:

0

I've got a mixed-case unique ID column in MySQL for which I'm using the BINARY command to make sure my string comparisons are case-sensitive, but it looks like memcached does not produce case-sensitive hashes for keys when objects are set or retrieved. Is there a way around that other than computing my own hash?