Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-06Merge branch 'hotfix/win32-fixes' into developmichael-grunder
2014-07-01Merge remote-tracking branch 'vostok4/master'Anatol Belski
2014-07-01fix stdint usageAnatol Belski
2014-05-15SAVE and BGSAVE are distrubte commandsmichael-grunder
2014-04-09Merge nicolasff:b9a16b5ad5 in, fixing for Win32vostok4
2014-02-23add support for 'connect_timeout' option for redis arraysMike
2013-10-18Further fixes for building on VC9 Win32, C89 compliancevostok4
2013-08-11Persistent connections with RedisArraymichael-grunder
2013-05-02Add FLUSHALL to RedisArrayNicolas Favre-Felix
2013-05-02Add FLUSHDB to RedisArrayNicolas Favre-Felix
2013-02-22Merged changes from @mobliEmmanuel Merali
2012-06-23RedisArray fixesmichael-grunder
2011-12-14s/_specified/_instanceNicolas Favre-Felix
2011-12-12Added retrieval of specific instance form ArrayEmmanuel Merali
2011-12-11External key distributorEmmanuel Merali
2011-12-08Renamed crc32 to rcrc32Emmanuel Merali
2011-11-27Added missing UNWATCH.Nicolas Favre-Felix
2011-11-27Added missing DISCARD in RedisArray mode.Nicolas Favre-Felix
2011-09-20Fixed duplicate symbol (GitHub issue #50)Nicolas Favre-Felix
2011-09-04Multi/exec, per node.Nicolas Favre-Felix
2011-09-04Auto rehash keys on read miss + config.iniNicolas Favre-Felix
2011-08-28Added getOption/setOptionNicolas Favre-Felix
2011-08-28Added distributed PINGNicolas Favre-Felix
2011-08-19RefactoringNicolas Favre-Felix
2011-08-19Added bool index parameter to RedisArray constructorNicolas Favre-Felix
2011-08-19Set index only for write commands.Nicolas Favre-Felix
2011-08-19__call now wrapped in MULTI/EXECNicolas Favre-Felix
2011-08-19Loaded second ringNicolas Favre-Felix
2011-08-18Added DEL, + variadic DEL.Nicolas Favre-Felix
2011-08-18Added _function().Nicolas Favre-Felix
2011-08-18Added MSET.Nicolas Favre-Felix
2011-08-18First working version of MGET.Nicolas Favre-Felix
2011-08-18Added info()Nicolas Favre-Felix
2011-08-18Added _target() method.Nicolas Favre-Felix
2011-08-18Added _hosts() method.Nicolas Favre-Felix
2011-08-18Added support for user-defined key extraction functionsNicolas Favre-Felix
2011-08-18Extract {relevant} part of the key.Nicolas Favre-Felix
2011-08-18Replaced RedisSock with Redis zval.Nicolas Favre-Felix
2011-08-18Linked ra to PHP RedisArray objectNicolas Favre-Felix
2011-08-18Added array constructor with multiple connectionsNicolas Favre-Felix
2011-08-18RedisArray constructorNicolas Favre-Felix