memcached - how to set the expiry time more than 30 days in memcachedClient set() method -


is there way set memcachedclient set(string key,int exp,object obj) method store object more 30 days(2592000 second). if explain please.

i believe can set expiry timestamp.

according documentation:

expiration times can set 0, meaning "never expire", 30 days. time higher 30 days interpreted unix timestamp date. if want expire object on january 1st of next year, how that.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -