What is the maxiumum key length in Memcache?
by Rekha[ Edit ] 2010-04-24 12:14:28
What is the maxiumum key length in Memcache?
The maximum size of a key is
250 characters. Note this value will be less if you are using client "prefixes" or similar features, since the prefix is tacked onto the front of the original key. Shorter keys are generally better since they save memory and use less bandwidth.