Returns an interoperable hash value for key. (I think, docs are sketchy for down servers).
# File active_support/vendor/memcache-client-1.5.0/memcache.rb, line 562 def hash_for(key) (key.crc32_ITU_T >> 16) & 0x7fff end
<code/>
<pre/>
<code/>and<pre/>for code samples.