What\'s memcached\'s maximum key expiration time?
If I don\'t provide an expiration time and the cache gets full, what happens?
OK, I found out that the number of seconds may not exceed 2592000 (30 days). So the maximum expiration time is 30 days.