I am using PHP memcached for storing records. But it is not storing more than 2000 records in the cache.
I am interesting in finding:
- How many records can be stored in Memcached?
- How to calculate the size of Memcached and what is the max limit to store in the cache?