I am trying to dump all my data from a running memcached instance. But the result of command "stats cachedump" limit around 40000 lines which actually has more 100 million items, and my limit parameter is 1000 million.
Is there any other config limits this result length? I tried this command during the php memcached client and telnet console, it sees to be the memcached server's limitation, because both of the results are limited around 40000.