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
2013-03-27Introspection methodsmichael-grunder
2013-02-12Merge remote-tracking branch 'kotas/opt-read-timeout'michael-grunder
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
2010-09-20Re-added HMGET + doc & unit tests.Nicolas Favre-Felix
2010-09-19Cleanup.Nicolas Favre-Felix
2010-09-17Very large refactoring, simplified a lot of code.Nicolas Favre-Felix
2010-09-17More improvements on MULTI/EXEC.Nicolas Favre-Felix
2010-09-17Simplified code for pipeline and multi/exec.Nicolas Favre-Felix
2010-08-17Fixed ZTS problems.Nicolas Favre-Felix
2010-08-17Small fixes.Nicolas Favre-Felix
2010-08-17Removed global variables.Nicolas Favre-Felix
2010-05-13More MULTI/EXEC/PIPELINE fixes.Nicolas Favre-Felix
2010-05-12Working better, cleaned a lot of leaks.Nicolas Favre-Felix
2010-05-12MULTI/EXEC and pipeline working for the first time.Nicolas Favre-Felix
2010-04-22Fixed more MULTI/EXEC code.Nicolas Favre-Felix
2010-04-22Crash fix.Nicolas Favre-Felix
2010-04-22Big cleanup.Nicolas Favre-Felix
2010-04-22refactoring commandsNasreddine Bouafif
2010-04-08Pipeline : refactoring using macro (need to validate/refactor all the commands)Nasreddine Bouafif
2010-04-07Pipeline process implementation : need to impact the modifications on the res...Nasreddine Bouafif
2010-04-01re-organize code, init pipelineNasreddine Bouafif