dmemcache_get() assumes that an entry expires if the expire property is set. However, the expire property is always set. Because the expire value for non-expiring entries is zero, dmemcache_get() treats them as expired.

Comments

darren oh’s picture

Assigned: darren oh » Unassigned
Status: Active » Needs review
StatusFileSize
new1.1 KB

Patch attached.

jeremy’s picture

Issue summary: View changes
Status: Needs review » Closed (won't fix)

Bug against an unsupported version of the Memcache module.