Memcache maximum key expiration time

前端 未结 7 1122
伪装坚强ぢ
伪装坚强ぢ 2020-12-05 03:45

What\'s memcached\'s maximum key expiration time?

If I don\'t provide an expiration time and the cache gets full, what happens?

7条回答
  •  抹茶落季
    2020-12-05 04:30

    OK, I found out that the number of seconds may not exceed 2592000 (30 days). So the maximum expiration time is 30 days.

提交回复
热议问题