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
2017-03-29Remove unused force_connect parameter from redis_sock_server_open function.Pavlo Yatsukhnenko
2017-02-11refactoringPavlo Yatsukhnenko
2016-12-21change redis_sock_read_scan_reply to use zend_longRemi Collet
2016-12-21change redis_serialize to accept strlen_tRemi Collet
2016-12-21fix #1074 change redis_key_prefix to accept strlen_tRemi Collet
2016-12-17Fix broken REDIS_DOUBLE_TO_STRING implementationPavlo Yatsukhnenko
2016-12-02zval_get_stringPavlo Yatsukhnenko
2016-11-29Issue #1036Pavlo Yatsukhnenko
2016-11-17redis_unserializePavlo Yatsukhnenko
2016-11-07WIP: php7 compatibilityPavlo Yatsukhnenko
2016-11-05refactoringPavlo Yatsukhnenko
2016-11-03redis_sock_read_multibulk_reply_zvalPavlo Yatsukhnenko
2016-11-02WIP: php7 compatibilityPavlo Yatsukhnenko
2016-10-26REDIS_DOUBLE_TO_STRINGPavlo Yatsukhnenko
2016-09-06rename smart_str to smart_stringPavlo Yatsukhnenko
2016-09-06Remove duplicate prototypes + trivial fixesPavlo Yatsukhnenko
2016-06-04Merge commit 'edd777a6b4202580975447abfc95870572795e36' into developmichael-grunder
2016-01-12Just long not long intmichael-grunder
2016-01-12bugfix 718mixiaojiong
2015-10-01Initial support for geo commandsmichael-grunder
2015-05-08Merge remotemichael-grunder
2015-05-06Updates to fix rebase issuesmichael-grunder
2015-05-06Use win32 function prototypes for lib functionsmichael-grunder
2015-05-06Make RedisCluster::client('list') work like Redismichael-grunder
2015-05-06Incorporate formalized multi-bulk proessing from developmichael-grunder
2015-05-06Add a no_throw option to redis_check_eofmichael-grunder
2015-05-06Extracted INFO parsing from the response handler into it'smichael-grunder
2015-05-06Fix memory leaks for (P)SUBSCRIBE/(P)UNSUBSCRIBEmichael-grunder
2015-05-06SUBSCRIBE/PSUBSCRIBE updated in Redis propermichael-grunder
2015-05-06Introspection commandsmichael-grunder
2015-05-06Reply type updatesmichael-grunder
2015-05-06Protect library.hmichael-grunder
2015-05-06Remove TSRMLS_CC, and RedisSock from redis_cmd_format_staticmichael-grunder
2015-05-06Update redis_cmd_format_static with contextmichael-grunder
2015-05-05Add a 'v' type to redis_cmd_format_staticmichael-grunder
2015-05-05Modify redis_serialize and redis_unserializemichael-grunder
2014-11-01Fix parsing of 'zipped' replies for various usesmichael-grunder
2014-07-21Implement DEBUG OBJECTmichael-grunder
2014-07-01Merge remote-tracking branch 'vostok4/master'Anatol Belski
2014-07-01more C89 compatAnatol Belski
2014-04-09Merge nicolasff:b9a16b5ad5 in, fixing for Win32vostok4
2014-02-26Properly fix TRMLS_CC references :)michael-grunder
2013-12-14SCAN and variantsmichael-grunder
2013-10-18Further fixes for building on VC9 Win32, C89 compliancevostok4
2013-10-10Fix compilation errors on Win32 with VC11vostok4
2013-09-01Rework generic_z_command to build the command in linear timemichael-grunder
2013-09-01Merge branch 'hotfix/double_precision' into developmichael-grunder
2013-09-01Merge branch 'feature/mobli_ra_changes' into developmichael-grunder
2013-08-31Performance increase for MGETmichael-grunder
2013-08-15Actually set the precision to 16 places!michael-grunder