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
BagOStuff.php Add value to add() call when locking 2013-05-10 12:42:16 -07:00
DBABagOStuff.php
EhcacheBagOStuff.php
EmptyBagOStuff.php
HashBagOStuff.php
MemcachedBagOStuff.php
MemcachedClient.php
MemcachedPeclBagOStuff.php Fix spacing and break some lines 2013-08-24 17:06:25 +02:00
MemcachedPhpBagOStuff.php
MultiWriteBagOStuff.php
ObjectCache.php Fix return types in documentation 2013-06-28 23:48:31 +02:00
ObjectCacheSessionHandler.php
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
XCacheBagOStuff.php