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
2015-05-06Reformatting, spaces > tabsmichael-grunder
2015-05-06Added context, HMGET/HMSETmichael-grunder
2015-05-06Switched macro ordering and added mbulk processing for clustermichael-grunder
2015-05-06Created generic macro to process Redis requestsmichael-grunder
2015-05-06Remove MOVED/ASK handling from library.cmichael-grunder
2015-05-06Added EOF as a REDIS_REPLY_TYPE error statemichael-grunder
2015-05-05Initial commit of RedisCluster class and librarymichael-grunder
2014-10-29Merge branch 'errorthrow' into developmichael-grunder
2014-10-28Modify error handling for specific errors, and reathorize when reconnecting.michael-grunder
2014-08-30ZRANGEBYLEX commandmichael-grunder
2014-01-22Implement PUBSUB commandmichael-grunder
2013-12-14SCAN and variantsmichael-grunder
2013-11-14Enforce offset range limitations for GETBIT and SETBITmichael-grunder
2013-09-01Merge branch 'feature/mobli_ra_changes' into developmichael-grunder
2013-08-11Merge remote-tracking branch 'mobli/develop' into feature/mobli_ra_changesmichael-grunder
2013-08-03Redis >= 2.6.12 extended set optionsmichael-grunder
2013-03-27Merge branch 'hotfix/inspection_methods' into developmichael-grunder
2013-03-27Introspection methodsmichael-grunder
2013-02-25Added lazy_connect option to RedisArrayEmmanuel Merali
2013-02-25Merge remote-tracking branch 'upstream/develop' into developEmmanuel Merali
2013-02-25Added lazy_connect option to RedisArrayEmmanuel Merali
2013-02-25Merge remote-tracking branch 'upstream/master'Emmanuel Merali
2013-02-22Merged changes from @mobliEmmanuel Merali
2013-02-12Merge remote-tracking branch 'kotas/opt-read-timeout'michael-grunder
2013-01-29New select DB command to RedisArray - Added retry delay on reconnectEmmanuel Merali
2013-01-29Revert "Retry delay - selectDB on array"Emmanuel Merali
2013-01-21Retry delay - selectDB on arrayEmmanuel Merali
2013-01-20Add include for smart_strmichael-grunder
2012-10-04add Redis::OPT_READ_TIMEOUT option for issue #70kotas
2012-05-28Merge branch 'reconnect-select' of https://github.com/0/phpredis into 0-recon...Nicolas Favre-Felix
2012-05-20Unit tests for EVAL, EVALSHA, DUMP, RESTORE, _unserialize, and _prefixmichael-grunder
2012-05-12getLastError methodmichael-grunder
2012-05-10Initial commit of EVAL and EVALSHAmichael-grunder
2012-05-09Added SELECT after reconnectDmitri Iouchtchenko
2011-12-23fixing issue with re-connect logicEric Hohenstein
2011-06-30Build fix for win32 (phpredis 2.1.3)Charles
2011-02-04Added support for user specified persistent connection idZakay Danial
2010-12-28Added key prefix.Nicolas Favre-Felix
2010-12-28Merge branch 'master' into serializerNicolas Favre-Felix
2010-12-15added missing threaded parametersSimon Effenberg
2010-12-15Merge branch 'master' into serializerNicolas Favre-Felix
2010-12-15added pconnect, has to be tested and checkedSimon Effenberg
2010-12-13Merge branch 'master' into serializerNicolas Favre-Felix
2010-12-13Fixed a large number of warnings when compiled with -Wall (thanks to github u...Nicolas Favre-Felix
2010-12-09First work on serializer.Nicolas Favre-Felix
2010-12-08Added support for UNIX Domain Sockets.2.0.12Nicolas Favre-Felix
2010-11-24Types REDIS_ZSET and REDIS_HASH added.LeonLegion
2010-10-13bugfix for the issue 50 : throwing exception for protocol errors.Nasreddine Bouafif
2010-10-12Fixes for static compilation.Nicolas Favre-Felix
2010-10-06Added floating-point timeout for better precision.2.0.5Nicolas Favre-Felix