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
2011-07-25Fixes regression on doubles (Github issue #33).Nicolas Favre-Felix
2011-07-18Merge pull request #13 from Mikushi/masterNicolas Favre-Felix
2011-06-30Build fix for win32 (phpredis 2.1.3)Charles
2011-06-12Merge branch 'master' of https://github.com/Zakay/phpredis into Zakay-masterNicolas Favre-Felix
2011-05-20Use the PHP allocator.Nicolas Favre-Felix
2011-05-20Missing va_start.Nicolas Favre-Felix
2011-05-18Significantly optimize the redis_cmd_format_static() and redis_cmd_format() r...Ilia Alshanetsky
2011-04-28Handling of Redis reply type *Mikushi
2011-04-04Fixed ZTS macros.Nicolas Favre-Felix
2011-02-04Bugfix: Forgot to allocate memory for persistent_idZakay Danial
2011-02-04Prefix persistent id with "phpredis:" to prevent collision with other socketsZakay Danial
2011-02-04Added support for user specified persistent connection idZakay Danial
2011-01-19Fix for PHP-trunk (5.4)Nicolas Favre-Felix
2011-01-17Support larger integers on 32-bit systems.Nicolas Favre-Felix
2011-01-14Fix prefix problems with hashes, add more tests.Nicolas Favre-Felix
2010-12-28Added key prefix.Nicolas Favre-Felix
2010-12-28Merge branch 'master' into serializerNicolas Favre-Felix
2010-12-15refactore stream closingSimon Effenberg
2010-12-15fix for broken connectionsSimon Effenberg
2010-12-15Merge branch 'master' into serializerNicolas Favre-Felix
2010-12-15fix problem when redis connection lost during a multiSimon Effenberg
2010-12-15fix bug when stream is broken and php_stream_close is used (instead of php_st...Simon Effenberg
2010-12-15fix some missing threaded parameters and added README infoSimon Effenberg
2010-12-15added pconnect, has to be tested and checkedSimon Effenberg
2010-12-14Merge branch 'master' into serializerNicolas Favre-Felix
2010-12-14Bugfix with MGET in multi/exec mode.Nicolas Favre-Felix
2010-12-14Fixed memory problems with the new serializer.Nicolas Favre-Felix
2010-12-14Merge branch 'master' into serializerNicolas Favre-Felix
2010-12-14Fixed missing efree.Nicolas Favre-Felix
2010-12-14Merge branch 'master' of github.com:owlient/phpredis into serializerNicolas Favre-Felix
2010-12-14Missing header file.Nicolas Favre-Felix
2010-12-14Trying to fix local issued with floats.Nicolas Favre-Felix
2010-12-13Merge branch 'master' into serializerNicolas Favre-Felix
2010-12-13Patch by github user Savar for broken connections.Nicolas Favre-Felix
2010-12-13Bugfixes.Nicolas Favre-Felix
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-13Added igbinary.Nicolas Favre-Felix
2010-12-12Finished serialization for hash commands.Nicolas Favre-Felix
2010-12-12Serializing option for HGET/HSET/HGETALL.Nicolas Favre-Felix
2010-12-12Added serialization to lots of functions.Nicolas Favre-Felix
2010-12-12Merge branch 'master' of github.com:owlient/phpredis into serializerNicolas Favre-Felix
2010-12-09bugfix when working more then one time on a broken connection (like the redis...Simon Effenberg
2010-12-09First work on serializer.Nicolas Favre-Felix
2010-12-08Added support for UNIX Domain Sockets.2.0.12Nicolas Favre-Felix
2010-12-03Added extra check on free.Nicolas Favre-Felix
2010-11-24Types REDIS_ZSET and REDIS_HASH added.LeonLegion
2010-11-17Fix for double values on older PHP versions.Nicolas Favre-Felix
2010-11-08fix for problem when setting socket timeout lower then 1 (also the microsecon...Simon Effenberg
2010-10-29CLOSE_WAIT fix.Nicolas Favre-Felix