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-06-12Merge branch 'master' of https://github.com/Zakay/phpredis into Zakay-masterNicolas Favre-Felix
2011-05-18Significantly optimize the redis_cmd_format_static() and redis_cmd_format() r...Ilia Alshanetsky
2011-04-04Fixed ZTS macros.Nicolas Favre-Felix
2011-02-04Added support for user specified persistent connection idZakay Danial
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-15Merge branch 'master' into serializerNicolas Favre-Felix
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' of github.com:owlient/phpredis into serializerNicolas Favre-Felix
2010-12-14Trying to fix local issued with floats.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-12Serializing option for HGET/HSET/HGETALL.Nicolas Favre-Felix
2010-12-09First work on serializer.Nicolas Favre-Felix
2010-11-17Fix for double values on older PHP versions.Nicolas Favre-Felix
2010-10-25Throw exception when the connection fails repeatedly.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-19Fixed INFO, TYPE for MULTI/EXEC context.Nicolas Favre-Felix
2010-08-17Fixed ZTS problems.Nicolas Favre-Felix
2010-06-11publish/subscribe/unsubscribe implementation, fiw warningsNasreddine Bouafif
2010-05-17More functions use the new protocol, bugfixes.Nicolas Favre-Felix
2010-05-17Fixed MULTI/EXEC bug with ZRANGE.Nicolas Favre-Felix
2010-05-17Converted many functions to the new protocol.Nicolas Favre-Felix
2010-05-13More MULTI/EXEC/PIPELINE fixes.Nicolas Favre-Felix
2010-04-01re-organize code, init pipelineNasreddine Bouafif