Commit Graph

  • e23be2c830 Add arginfo for RedisArray Pavlo Yatsukhnenko 2017-08-22 17:11:06 +03:00
  • 682593db69 arginfo for updated exists michael-grunder 2017-08-21 11:06:43 -07:00
  • caf5c9984c Use old style array syntax michael-grunder 2017-08-20 13:45:10 -07:00
  • cccc3997e9 Update EXISTS to handle multiple keys michael-grunder 2017-08-20 13:28:00 -07:00
  • 6e83c11266 Merge pull request #1221 from phpredis/zend-string Pavlo Yatsukhnenko 2017-08-18 11:58:36 +03:00
  • 2bf7b2f714 Use zend_string to store strings in RedisSock Pavlo Yatsukhnenko 2017-08-01 23:41:48 +03:00
  • acc84cccb9 Merge pull request #1220 from phpredis/pipe-multi-warning-revert Michael Grunder 2017-08-15 15:01:01 -07:00
  • af71d42268 Avoid a coverty warning for failure to check return value. michael-grunder 2017-08-15 14:45:41 -07:00
  • 42f1c9779b Fix static analyzer warnings Pavlo Yatsukhnenko 2017-08-15 14:35:02 +03:00
  • 658ee37410 ZEND_HASH_FOREACH_PTR Pavlo Yatsukhnenko 2017-08-15 11:32:16 +03:00
  • 77aebadc73 Tests for doubling up on pipeline/multi calls michael-grunder 2017-08-14 15:06:57 -07:00
  • d11798e18b * Only attempt to set TCP_NODELAY on TCP sockets and also don't abort if we can't. * Stop throwing warnings if users double up on pipeline or multi calls reverting to previous behavior. michael-grunder 2017-08-14 12:36:34 -07:00
  • e672f40bda Duplicate incoming params via ZVAL_ZVAL in ra_forward_call Pavlo Yatsukhnenko 2017-08-11 23:50:29 +03:00
  • 4452f6858b Use ZEND_HASH_FOREACH_VAL in redis_sort_cmd Pavlo Yatsukhnenko 2017-08-11 16:45:21 +03:00
  • 142b51ded9 refactoring Pavlo Yatsukhnenko 2017-08-11 16:20:40 +03:00
  • 2c8de47f78 Use ZEND_HASH_FOREACH_VAL in ra_load_hosts. Pavlo Yatsukhnenko 2017-08-09 16:30:18 +03:00
  • 6c03f1da3c Merge pull request #931 from yatsukhnenko/multi-pipeline Pavlo Yatsukhnenko 2017-08-09 10:16:43 +03:00
  • 5874b0775b Allow mixing multi and pipeline modes Pavlo Yatsukhnenko 2017-02-20 22:51:16 +02:00
  • a56ed7f9f9 Change type of RedisArray pure_cmds to HashTable Pavlo Yatsukhnenko 2017-08-04 13:56:48 +03:00
  • 89f9c066a2 Set PHP_REDIS_VERSION to 'develop' Pavlo Yatsukhnenko 2017-08-04 13:17:05 +03:00
  • 577a919099 Remove ra_rehash_scan Pavlo Yatsukhnenko 2017-08-04 09:57:47 +03:00
  • e53465437d Merge pull request #1216 from m12m3r/patch-1 Michael Grunder 2017-08-02 18:12:38 -07:00
  • e47e446f37 Update README.markdown Mark Shehata 2017-08-02 15:31:26 -04:00
  • 471ce0724d Fix valgrind warnings Pavlo Yatsukhnenko 2017-08-02 17:42:34 +03:00
  • 4e32254ec2 Use ZSTR_VAL and ZSTR_LEN macroses to access zend_string fields Pavlo Yatsukhnenko 2017-08-02 13:02:07 +03:00
  • 7c140714e3 Remove redis_get_exception_base Pavlo Yatsukhnenko 2017-08-01 18:07:33 +03:00
  • 1ab89e1320 Fix valgrind warnings Pavlo Yatsukhnenko 2017-08-01 14:23:53 +03:00
  • b624a8bfd6 Fix valgrind warnings Pavlo Yatsukhnenko 2017-07-31 18:19:09 +03:00
  • 4f290ea986 TravisCI: dist precise Pavlo Yatsukhnenko 2017-07-28 15:16:10 +03:00
  • faac8b0600 CID 158616 Pavlo Yatsukhnenko 2017-07-28 14:18:26 +03:00
  • eff7398606 CID 158614, 158615 Pavlo Yatsukhnenko 2017-07-28 13:45:16 +03:00
  • 37f5693bb7 Init gc value for php5 zval_get_string Pavlo Yatsukhnenko 2017-07-28 11:07:59 +03:00
  • 8dcaa48388 Merge pull request #1212 from phpredis/runtime-exception Pavlo Yatsukhnenko 2017-07-26 06:31:14 +03:00
  • be599147ad runtime exteption Pavlo Yatsukhnenko 2017-07-25 15:52:02 +03:00
  • 1a7a259111 Coverity widget Pavlo Yatsukhnenko 2017-07-20 23:45:37 +03:00
  • 4766c257a3 CID 157199 Pavlo Yatsukhnenko 2017-07-20 23:38:38 +03:00
  • 0438ab4200 CID 157204 Pavlo Yatsukhnenko 2017-07-20 23:34:09 +03:00
  • 1e0b065468 CID 157206 Pavlo Yatsukhnenko 2017-07-20 23:31:50 +03:00
  • 733732a94b CID 157207 Pavlo Yatsukhnenko 2017-07-20 23:30:28 +03:00
  • 26eeda5b36 CID 157208 Pavlo Yatsukhnenko 2017-07-20 23:26:52 +03:00
  • 735025d700 Fix some static analyzer warnings Pavlo Yatsukhnenko 2017-07-19 15:13:33 +03:00
  • 7d074034d0 Update 'master' to '3.1.3' Pavlo Yatsukhnenko 2017-07-15 21:31:08 +03:00
  • 7d5fe9c183 3.1.3 3.1.3 Pavlo Yatsukhnenko 2017-07-15 21:18:44 +03:00
  • ea15ce24cd Remove redis_send_discard duplication Pavlo Yatsukhnenko 2017-07-13 00:13:19 +03:00
  • e88721834f 3.1.3RC2 3.1.3RC2 Pavlo Yatsukhnenko 2017-06-27 13:43:25 +03:00
  • 4a81e1a0f4 Issue #1199 Pavlo Yatsukhnenko 2017-06-16 16:51:56 +03:00
  • f8403d6c4d Refactor ra_init_function_table Pavlo Yatsukhnenko 2017-06-09 23:22:23 +03:00
  • 817a96bebd Remove PHP_RINIT and PHP_RSHUTDOWN Pavlo Yatsukhnenko 2017-06-06 22:01:38 +03:00
  • a6c42bc5d2 Issue #1192 Pavlo Yatsukhnenko 2017-06-06 14:12:37 +03:00
  • f8de702098 Remove arginfo duplicates Pavlo Yatsukhnenko 2017-06-26 17:35:23 +03:00
  • 4ef3acdd9e Add arginfo for some commands Pavlo Yatsukhnenko 2017-06-26 17:21:21 +03:00
  • f116be96af Add arginfo for some commands Pavlo Yatsukhnenko 2017-06-22 23:14:02 +03:00
  • 5c111ddcba Add arginfo for some commands Pavlo Yatsukhnenko 2017-06-18 23:09:55 +03:00
  • 9caa029c32 Add arginfo for some commands Pavlo Yatsukhnenko 2017-06-17 22:37:46 +03:00
  • 659450a6fc Issue #1199 Pavlo Yatsukhnenko 2017-06-16 16:51:56 +03:00
  • 0d69650292 Add arginfo for some commands Pavlo Yatsukhnenko 2017-06-15 23:32:29 +03:00
  • 61aba96cc7 Create ISSUE_TEMPLATE.md Pavlo Yatsukhnenko 2017-06-15 23:26:33 +03:00
  • 68598286dd Add arginfo for some commands Pavlo Yatsukhnenko 2017-06-15 16:42:48 +03:00
  • 024e593b4a Add arginfo for some commands Pavlo Yatsukhnenko 2017-06-13 16:27:11 +03:00
  • 3643ab61ae Add arginfo for some commands Pavlo Yatsukhnenko 2017-06-12 17:28:04 +03:00
  • d0b9c5fd4e Refactor ra_init_function_table Pavlo Yatsukhnenko 2017-06-09 23:22:23 +03:00
  • f576fab2c0 Add arginfo for some commands Pavlo Yatsukhnenko 2017-06-08 23:13:37 +03:00
  • 122d41fcc0 Merge pull request #1195 from TysonAndre/start-adding-arginfo-2 Pavlo Yatsukhnenko 2017-06-06 23:43:33 +03:00
  • 503f26570a Address review comment Tyson Andre 2017-06-04 13:07:21 -07:00
  • a09d0e65ab Add arginfo for ReflectionMethod to redis for a few more commands Tyson Andre 2017-04-23 17:03:44 -07:00
  • c760bf613e Remove PHP_RINIT and PHP_RSHUTDOWN Pavlo Yatsukhnenko 2017-06-06 22:01:38 +03:00
  • 26230d23f3 Merge branch 'issue.1055' into develop Pavlo Yatsukhnenko 2017-06-06 21:29:36 +03:00
  • 3b0b065b2a Issue #1192 Pavlo Yatsukhnenko 2017-06-06 14:12:37 +03:00
  • d9bcd4ad8c Issue #1055 Pavlo Yatsukhnenko 2017-01-12 23:16:01 +02:00
  • 0393187bfa 3.1.3RC1 3.1.3RC1 Pavlo Yatsukhnenko 2017-06-01 13:32:13 +03:00
  • 7509636efb Merge branch 'issue.1176' into develop Pavlo Yatsukhnenko 2017-05-24 00:08:10 +03:00
  • 2f6ecb318e Update 'master' to '3.1.2' Pavlo Yatsukhnenko 2017-05-23 23:51:05 +03:00
  • 0fef41ac96 Issue #1176 Pavlo Yatsukhnenko 2017-05-23 23:24:53 +03:00
  • 79a95c24da Merge pull request #1178 from yatsukhnenko/develop Pavlo Yatsukhnenko 2017-05-10 07:08:02 +03:00
  • ad45964150 Using ZVAL_DEREF macros for dereference input variables. Pavlo Yatsukhnenko 2017-05-09 00:05:41 +03:00
  • 8a50a14bfc Merge pull request #1174 from rwx------/patch-2 Michael Grunder 2017-05-04 18:56:44 -07:00
  • 561fca59d9 fixed duplicate 'install' typo and update the homebrew-php link Yongfu 2017-05-05 09:41:16 +08:00
  • 7807e875fb Don't use free as variable name. michael-grunder 2017-05-03 14:35:17 +03:00
  • 51ceaed8de Merge branch 'resp-printf' into develop michael-grunder 2017-05-01 20:16:54 -07:00
  • d84914f065 Fix potential memory leak michael-grunder 2017-04-29 14:42:10 -07:00
  • 6a74b959b3 Remove integer_length function michael-grunder 2017-04-28 16:02:04 -07:00
  • f2d1ccf7c6 Actual removal of redis_cmd_format_static function michael-grunder 2017-04-28 15:57:59 -07:00
  • b3d00dd390 Replace redis_cmd_format_static with redis_spprintf michael-grunder 2017-04-28 15:56:07 -07:00
  • 0eaeae0f46 Replace redis_cmd_format_static with redis_spprintf michael-grunder 2017-04-28 12:30:58 -07:00
  • 5d35acd246 Remove redis_cmd_append_str and redis_cmd_append_int michael-grunder 2017-04-28 08:23:13 -07:00
  • 0970ddef03 Remove redis_cmd_format_header command completely michael-grunder 2017-04-28 08:21:00 -07:00
  • 97b0be9812 Modern command construction for SCRIPT michael-grunder 2017-04-28 08:17:52 -07:00
  • 1528fea7e5 Merge branch 'develop' of github.com:phpredis/phpredis into develop Pavlo Yatsukhnenko 2017-04-28 14:47:17 +03:00
  • ac9ec44701 Merge branch 'issue.1166' into develop Pavlo Yatsukhnenko 2017-04-28 14:41:32 +03:00
  • f880655faa Removes legacy function redis_cmd_format() michael-grunder 2017-04-27 22:35:46 -07:00
  • a5a0b08f4e Refactore EVAL command michael-grunder 2017-04-27 22:30:47 -07:00
  • bdd287e9f7 Clean up generic sort method michael-grunder 2017-04-27 15:18:01 -07:00
  • 445b1b0e1c Merge pull request #1167 from yatsukhnenko/develop Pavlo Yatsukhnenko 2017-04-27 19:55:16 +03:00
  • 47d3722dec Remove ra_find_key + use return_value instead of stack allocated z_tmp inra_forward_call Pavlo Yatsukhnenko 2017-04-27 14:37:13 +03:00
  • ba0070dbf9 Allow using numeric string in zinter command Pavlo Yatsukhnenko 2017-04-27 17:28:43 +03:00
  • d750813e3f Rewrite generic mset to use newer methods michael-grunder 2017-04-26 22:20:11 -07:00
  • a4a0ed5f8a Initial commit of refactored command construction michael-grunder 2017-04-26 16:55:20 -07:00
  • 9ec9aedea8 Update documentation of MIGRATE method michael-grunder 2017-04-23 13:22:16 -07:00
  • 30462b86f6 Pass prefixed key not original michael-grunder 2017-04-22 21:56:51 -07:00
  • 9aa3dbfc3d Allow MIGRATE to accept multiple keys michael-grunder 2017-04-22 21:45:08 -07:00