wiki.techinc.nl/includes/objectcache
Matthew Flaschen 737653546a Don't unserialize integer reply from Redis incrBy
It does not work with unserialize because RedisBagOStuff->unserialize
expects either strings of digits, or serialized strings.  A plain integer
is neither.

incr docs were incorrect, so fix and expand by copying from parent class.

Change-Id: Ifc9c7a36f221b251ceea0d9a79ae6c3ce5753dd4
2014-06-27 18:24:35 -04:00
..
APCBagOStuff.php docs: closure -> Closure; callback -> callable 2014-04-19 08:43:31 +02:00
BagOStuff.php Add some casts for sanity before BagOStuff::add() calls 2014-06-26 16:25:31 -07:00
EmptyBagOStuff.php docs: closure -> Closure; callback -> callable 2014-04-19 08:43:31 +02:00
HashBagOStuff.php Pass phpcs-strict on includes/objectcache/ 2014-05-11 16:52:18 +00:00
MemcachedBagOStuff.php Fixed some @params documentation (includes/[cache|objectcache]) 2014-04-19 01:19:46 +02:00
MemcachedClient.php Don't die on empty keys in MWMemcached 2014-06-05 08:09:47 +00:00
MemcachedPeclBagOStuff.php Add BagOStuff::setMulti for batch insertions 2014-04-25 15:12:22 -07:00
MemcachedPhpBagOStuff.php Fixed some @params documentation (includes/[cache|objectcache]) 2014-04-19 01:19:46 +02:00
MultiWriteBagOStuff.php Pass phpcs-strict on includes/objectcache/ 2014-05-11 16:52:18 +00:00
ObjectCache.php Pass phpcs-strict on includes/objectcache/ 2014-05-11 16:52:18 +00:00
ObjectCacheSessionHandler.php Fixed some @params documentation (includes/[cache|objectcache]) 2014-04-19 01:19:46 +02:00
RedisBagOStuff.php Don't unserialize integer reply from Redis incrBy 2014-06-27 18:24:35 -04:00
SqlBagOStuff.php Cached misses in getMulti should be omitted 2014-05-22 17:19:22 +02:00
WinCacheBagOStuff.php Fixed some @params documentation (includes/[cache|objectcache]) 2014-04-19 01:19:46 +02:00
XCacheBagOStuff.php Follow-Ups to "Fixed some @params documentation" 2014-04-23 13:39:49 +02:00