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-11-02PHPREDIS-37: Using estrndup for session_keyMarius Meissner
2017-11-02PHPREDIS-37: Replaced smart_string operations by spprintfMarius Meissner
2017-11-02PHPREDIS-37: Replaced fixed hostname length by HOST_NAME_MAXMarius Meissner
2017-11-02PHPREDIS-37: Converted global lock_release_lua_script_hash to pointer and use...Marius Meissner
2017-11-02PHPREDIS-37: Handle return value of redis_socket_write in lock_release and up...Marius Meissner
2017-11-02PHPREDIS-37: Handle return value of redis_socket_write in refresh_lock_statusMarius Meissner
2017-10-30PHPREDIS-37: Add locking functionalityMarius Meissner
2017-08-16Use zend_string to store strings in RedisSockPavlo Yatsukhnenko
2017-08-02Use ZSTR_VAL and ZSTR_LEN macroses to access zend_string fieldsPavlo Yatsukhnenko
2017-06-16Issue #1199Pavlo Yatsukhnenko
2017-04-29Replace redis_cmd_format_static with redis_spprintfmichael-grunder
2017-04-11Processing `read_timeout` parameter + update docsPavlo Yatsukhnenko
2017-03-29Remove unused force_connect parameter from redis_sock_server_open function.Pavlo Yatsukhnenko
2016-12-16fix #1062 restore 3.0.0 session behavior for PHP 7.1Remi Collet
2016-11-10WIP: php7 compatibilityPavlo Yatsukhnenko
2016-10-31WIP: php7 compatibilityPavlo Yatsukhnenko
2016-10-28WIP: php7 compatibilityPavlo Yatsukhnenko
2016-09-09using zend_hash_str_find+zend_hash_str_find_ptr instead of zend_hash_findPavlo Yatsukhnenko
2016-08-19Fix for linker errormichael-grunder
2016-08-15redis_array_impl.c refactoringPavlo Yatsukhnenko
2016-08-03memory leaksPavlo Yatsukhnenko
2016-01-27Fix problem with rediscluster storageSergei Lomakov
2015-06-21Additional cluster based session additionsmichael-grunder
2015-06-20Persistent connections for cluster and possible crash fixmichael-grunder
2015-06-18Failover fix for cluster sessions and srand migrationmichael-grunder
2015-06-17Fix memory leak for non cluster session handlingmichael-grunder
2015-06-17Don't allow negative timeout valuesmichael-grunder
2015-06-17Initial commit for cluster-enabled session handlingmichael-grunder
2015-05-06Convert tabs to spaces (tabs are the devil) :)michael-grunder
2015-05-06Fix improper redis_cmd_format_static callsmichael-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-06Incorporate TSRMLS_CC into redis_cmd_format_staticmichael-grunder
2014-07-01fix unreferenced variable warningsAnatol Belski
2014-07-01fixes after the mergeAnatol Belski
2014-07-01Merge remote-tracking branch 'vostok4/master'Anatol Belski
2014-07-01C89 compat for sessionAnatol Belski
2013-10-10Fix compilation errors on Win32 with VC11vostok4
2013-08-11Merge remote-tracking branch 'mobli/develop' into feature/mobli_ra_changesmichael-grunder
2013-04-28Cutting a release for 2.2.3. Added myself as a maintainermichael-grunder
2013-02-25Added lazy_connect option to RedisArrayEmmanuel Merali
2013-02-22Merged changes from @mobliEmmanuel Merali
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
2012-08-29Add 'database' parameter to Redis sessionsNicolas Favre-Felix
2012-08-17Add common.h to redis_session.cmichael-grunder
2012-07-10Fix host|file condition in session backend.Nicolas Favre-Felix
2011-06-26Added configure flag to disable sessions.Nicolas Favre-Felix
2011-06-12Merge branch 'master' of https://github.com/Zakay/phpredis into Zakay-masterNicolas Favre-Felix