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

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -