https://bugzilla.wikimedia.org/show_bug.cgi?id=28611
--- Comment #4 from Brion Vibber <[email protected]> 2011-04-19 23:46:31 UTC --- The only callers I can find in trunk core or extensions are using $wgMemc or the explicit calls in mctest.php which is memcache-specific. A special case with UPDATE probably wouldn't be too hard to do as suggested and might simplify the code a bit -- but then again, it'd need to check for expirations (if the old entry expired, then we should be incrementing/decrementing from 0 as if it were brand new) and needs to return the new value, so would still need to go back and read. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
