wiki.techinc.nl/includes/objectcache
Matthew Flaschen face4812c6 Fix Redis increment behavior by using BagOStuff->incr instead
Due to the PHP serialization, the Redis native INCR and INCRBY do not
work.  This instead falls back on the parent class's incr, which uses
lock and unlock, and incrementing on the PHP side.

Bug: 55986
Change-Id: I500199aeb935963ca118fde163bd7ba0cba8f79f
2013-10-22 17:39:00 -04:00
..
APCBagOStuff.php Fixed @param tags to conform with Doxygen format. 2013-03-11 13:15:01 -04:00
BagOStuff.php Add value to add() call when locking 2013-05-10 12:42:16 -07:00
DBABagOStuff.php Kill off numerous unused variables 2013-03-08 02:36:24 +00:00
EhcacheBagOStuff.php
EmptyBagOStuff.php Fixed @param tags to conform with Doxygen format. 2013-03-11 13:15:01 -04:00
HashBagOStuff.php
MemcachedBagOStuff.php Fixed spacing in db/debug/diff/externalstore/objectcache folder 2013-04-20 22:28:52 +02:00
MemcachedClient.php Fixed spacing around parenthesis in includes 2013-04-28 15:50:07 +00:00
MemcachedPeclBagOStuff.php Fix spacing and break some lines 2013-08-24 17:06:25 +02:00
MemcachedPhpBagOStuff.php
MultiWriteBagOStuff.php Added/Removed spaces around string concatenation 2013-04-13 13:36:24 +02:00
ObjectCache.php Fix return types in documentation 2013-06-28 23:48:31 +02:00
ObjectCacheSessionHandler.php Fixed spacing in db/debug/diff/externalstore/objectcache folder 2013-04-20 22:28:52 +02:00
RedisBagOStuff.php Fix Redis increment behavior by using BagOStuff->incr instead 2013-10-22 17:39:00 -04:00
SqlBagOStuff.php No spaces after (casts) 2013-09-04 20:05:43 +02:00
WinCacheBagOStuff.php Fixed @param tags to conform with Doxygen format. 2013-03-11 13:15:01 -04:00
XCacheBagOStuff.php Fixed @param tags to conform with Doxygen format. 2013-03-11 13:15:01 -04:00