What is the maxiumum key length in Memcache? - PHP Views : 594
Tagged in : PHP
0 0
Send mail
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.
By Rekha, On - 2010-04-24



    Login to add Comments .