Commit Graph

  • a99c450e82 add test for zRangeByLex method ndxbn 2017-12-15 21:39:29 +09:00
  • 3b8a483bbd 3.1.5RC2 3.1.5RC2 Pavlo Yatsukhnenko 2017-12-10 20:09:30 +02:00
  • 42581a199c the element of z_seeds may be a reference on php7 chenjian 2017-12-07 01:58:49 +08:00
  • 62ddecf603 Prepare to merge #1280 Pavlo Yatsukhnenko 2017-12-06 22:32:54 +02:00
  • 6e00f227d5 Merge pull request #1281 from yatsukhnenko/develop Pavlo Yatsukhnenko 2017-12-08 19:18:51 +02:00
  • 485db46fec Issue #88 Pavlo Yatsukhnenko 2017-12-08 13:42:50 +02:00
  • 4b8336f737 Use zend_string for storing auth and prefix members Pavlo Yatsukhnenko 2017-12-08 11:36:11 +02:00
  • 4cf34143c4 Merge pull request #1280 from janic716/dev Pavlo Yatsukhnenko 2017-12-06 22:34:17 +02:00
  • 367bc6aac9 Prepare to merge #1280 Pavlo Yatsukhnenko 2017-12-06 22:32:54 +02:00
  • 1e63717a7d the element of z_seeds may be a reference on php7 chenjian 2017-12-07 01:58:49 +08:00
  • 70b3c939db Merge pull request #1274 from TomA-R/develop Michael Grunder 2017-12-02 14:22:27 -08:00
  • 15e6f80f68 3.1.5RC1 3.1.5RC1 Pavlo Yatsukhnenko 2017-12-01 10:03:38 +02:00
  • db1347dbe9 Fix cluster_init_seeds. Thanks @adlagares! Pavlo Yatsukhnenko 2017-11-20 09:51:30 +02:00
  • d23eff92e9 Issue #1224 Pavlo Yatsukhnenko 2017-10-20 16:37:11 +03:00
  • 61c7cc188d Issue #1238 Pavlo Yatsukhnenko 2017-10-14 22:41:35 +03:00
  • 344de5b944 Issue #1238 Pavlo Yatsukhnenko 2017-10-09 15:39:08 +03:00
  • 5c21d74222 Issue #1193 Pavlo Yatsukhnenko 2017-09-28 10:09:20 +03:00
  • 5107d3c78a TravisCI: php 7.2 Pavlo Yatsukhnenko 2017-11-30 16:20:49 +02:00
  • 91e9cfe1b5 Avoid connection in helper methods Pavlo Yatsukhnenko 2017-11-29 17:49:32 +02:00
  • 8605590d56 Markdown fixes Tom Arbesser-Rastburg 2017-11-28 23:26:15 -05:00
  • 6202047f5f Fix cluster_init_seeds. Thanks @adlagares! Pavlo Yatsukhnenko 2017-11-20 09:51:30 +02:00
  • 67babe15d3 Remove trailing spaces Pavlo Yatsukhnenko 2017-11-17 11:02:41 +02:00
  • 7c5a68c886 Refactoring Pavlo Yatsukhnenko 2017-11-17 09:41:12 +02:00
  • 479420f492 TravisCI: refactor call of redis-trib.rb Pavlo Yatsukhnenko 2017-11-14 16:08:02 +02:00
  • 5a3f76247d Actually change whether we're locked if we can't read the lock key michael-grunder 2017-11-11 11:21:44 -08:00
  • b63d79958e Refactored session locking logic michael-grunder 2017-11-10 13:46:48 -08:00
  • f2162e5a6a PHPREDIS-37: Removed obsolete smart_string free wrapper definition Marius Meissner 2017-11-02 16:36:03 +01:00
  • 810df7bcf2 PHPREDIS-37: Adjusted error reporting to show warnings but no notices Marius Meissner 2017-11-02 15:28:28 +01:00
  • 97e034efb0 PHPREDIS-37: Disabled error_reporting for session tests, to avoid failing tests caused by correct thrown warnings/notices Marius Meissner 2017-11-02 14:24:51 +01:00
  • e2964295fb PHPREDIS-37: Adjusted code style of php_error_docref() usage Marius Meissner 2017-11-02 14:16:02 +01:00
  • 056cfa3256 PHPREDIS-37: Notice if lock acquire was not succesful Marius Meissner 2017-11-02 14:14:31 +01:00
  • 6aa84c0304 PHPREDIS-37: Using estrndup for session_key Marius Meissner 2017-11-02 13:47:37 +01:00
  • 99a81d38ec PHPREDIS-37: Replaced smart_string operations by spprintf Marius Meissner 2017-11-02 13:00:26 +01:00
  • bc26ccaca9 PHPREDIS-37: Replaced fixed hostname length by HOST_NAME_MAX Marius Meissner 2017-11-02 12:43:26 +01:00
  • c8ca74d413 PHPREDIS-37: Converted global lock_release_lua_script_hash to pointer and use estrdup for filling Marius Meissner 2017-11-02 12:41:54 +01:00
  • 3c2d3fa7bb PHPREDIS-37: Handle return value of redis_socket_write in lock_release and upload_lock_release_script Marius Meissner 2017-11-02 11:55:38 +01:00
  • 64b66c0e59 PHPREDIS-37: Handle return value of redis_socket_write in refresh_lock_status Marius Meissner 2017-11-02 11:14:53 +01:00
  • 3657305eed PHPREDIS-37: Sorted php.ini parameters alphabetically Marius Meissner 2017-11-02 11:13:03 +01:00
  • abb862d2f5 PHPREDIS-37: Add locking functionality Marius Meissner 2017-10-30 11:28:33 +01:00
  • 5fc2ce1af1 Merge branch 'fix-win32-tcp_keepalive' into develop michael-grunder 2017-10-28 11:27:55 -07:00
  • 17cad8b34e Remove unused variable michael-grunder 2017-10-26 11:32:59 -07:00
  • 51e48729df Shot in the dark fix for TCP_KEEPALIVE in Windows michael-grunder 2017-10-26 09:27:46 -07:00
  • 010336d5a7 Tweak call to setsockopt in redis_setoption_handler michael-grunder 2017-10-24 14:57:03 -07:00
  • 5101172ac7 Minor change to setsockopt michael-grunder 2017-10-24 13:54:45 -07:00
  • 29ecb04981 Merge remote-tracking branch 'git-hulk/feature/tcp-keepalive' into develop michael-grunder 2017-10-24 13:42:02 -07:00
  • a4804add7b Merge pull request #1262 from phpredis/geocmds-documentation Michael Grunder 2017-10-24 09:08:48 -07:00
  • 68c5851318 MOD: Add tcp_keepalive option to redis sock git-hulk 2017-10-24 13:19:08 +08:00
  • dff7e15ed6 Actually use each potential invalid count in test michael-grunder 2017-10-22 23:27:57 -07:00
  • 41bcf355c0 Fix typo and align table columns michael-grunder 2017-10-22 19:47:36 -07:00
  • f7edee5d8b More robust GEORADIUS COUNT validation michael-grunder 2017-10-22 18:48:02 -07:00
  • a8859b458d Document GEO* commands michael-grunder 2017-10-22 17:22:21 -07:00
  • 9d15f07adb Issue #1224 Pavlo Yatsukhnenko 2017-10-20 16:37:11 +03:00
  • 75e7c81dad Revert "Refactor ra_extract_key" Pavlo Yatsukhnenko 2017-10-19 16:46:32 +03:00
  • 621afa6c6d Refactor ra_extract_key Pavlo Yatsukhnenko 2017-10-19 16:11:26 +03:00
  • 1519cb586a Merge branch 'issue.1048' into develop Pavlo Yatsukhnenko 2017-10-18 18:09:41 +03:00
  • 8657557fb1 fix config.m4 Pavlo Yatsukhnenko 2017-10-17 17:01:51 +03:00
  • 81859f1c78 Ignore all changes to the liblzf submodule’s work tree Pavlo Yatsukhnenko 2017-10-17 10:54:56 +03:00
  • e2c51251d5 Issue #1048 Pavlo Yatsukhnenko 2017-10-17 10:32:11 +03:00
  • 8cb2d5bd94 Issue #1048 Pavlo Yatsukhnenko 2017-05-03 15:54:28 +03:00
  • b9ca16cc5b fix memory leak added in PR #1247 Pavlo Yatsukhnenko 2017-10-17 16:25:26 +03:00
  • 49b7f41d51 Issue #1238 Pavlo Yatsukhnenko 2017-10-14 22:41:35 +03:00
  • 0b7ac2bde8 Sync package.xml and update PHP_REDIS_VERSION Pavlo Yatsukhnenko 2017-10-14 22:33:22 +03:00
  • 223899c332 Merge pull request #1254 from phpredis/issue.1238 Pavlo Yatsukhnenko 2017-10-13 20:48:34 +03:00
  • 2dac64dea9 Merge pull request #1256 from yatsukhnenko/develop Pavlo Yatsukhnenko 2017-10-13 20:47:52 +03:00
  • 9019463e70 fix arginfo for directed node commands Pavlo Yatsukhnenko 2017-10-13 13:33:45 +03:00
  • ec4fd1bde0 Issue #1238 Pavlo Yatsukhnenko 2017-10-09 15:39:08 +03:00
  • a57711caa0 Merge pull request #1251 from yatsukhnenko/develop Pavlo Yatsukhnenko 2017-10-05 21:49:47 +03:00
  • 0115666e59 Add PHPREDIS_GET_OBJECT macros Pavlo Yatsukhnenko 2017-10-05 15:27:18 +03:00
  • 6d63d12066 Merge pull request #1249 from phpredis/issue.1245 Pavlo Yatsukhnenko 2017-10-05 10:27:49 +03:00
  • cb003239a6 Issue #1245 Pavlo Yatsukhnenko 2017-10-04 14:29:20 +03:00
  • dee8a6b1f3 Merge pull request #1247 from phpredis/hmget Pavlo Yatsukhnenko 2017-10-02 23:40:59 +03:00
  • 030a22f8f9 Merge pull request #1244 from phpredis/issue.1193 Pavlo Yatsukhnenko 2017-10-02 10:48:44 +03:00
  • 99335d6081 Don't use convert_to_string in redis_hmget_cmd Pavlo Yatsukhnenko 2017-09-29 17:04:05 +03:00
  • 345fc7fc9f Destroy all tabs :-) michael-grunder 2017-09-28 15:44:18 -07:00
  • 6a53cb99ba Revert "Fix RA memory leak" Pavlo Yatsukhnenko 2017-09-28 22:33:31 +03:00
  • 5241bcb883 Fix RA memory leak Pavlo Yatsukhnenko 2017-09-28 16:53:00 +03:00
  • 309cb64332 Issue #1193 Pavlo Yatsukhnenko 2017-09-28 10:09:20 +03:00
  • 3ec05496f2 Sort arginfos alphabetically Pavlo Yatsukhnenko 2017-09-27 10:03:32 +03:00
  • 24e7859254 Update 'master' to '3.1.4' Pavlo Yatsukhnenko 2017-09-27 09:58:41 +03:00
  • e767f219a6 3.1.4 3.1.4 Pavlo Yatsukhnenko 2017-09-27 09:48:10 +03:00
  • 837b1ae51f Add missed ini params and sort them alphabetically Pavlo Yatsukhnenko 2017-09-23 16:47:47 +03:00
  • 9d3f551ddd Use correct RC specifier Pavlo Yatsukhnenko 2017-09-13 15:18:47 +03:00
  • 0f4c138022 Fix RedisArray::__call arginfo Pavlo Yatsukhnenko 2017-09-13 14:04:49 +03:00
  • 8ca57ce161 Revert arginfo for all commands Pavlo Yatsukhnenko 2017-09-13 12:58:31 +03:00
  • 9601a2d880 Update package.xml to reflect RC2 michael-grunder 2017-09-12 12:25:51 -07:00
  • f5db33eaf2 Revert "arginfo for updated exists" michael-grunder 2017-09-12 12:06:39 -07:00
  • f798f13b70 Revert "Update EXISTS to handle multiple keys" michael-grunder 2017-09-12 12:06:33 -07:00
  • 0141aae268 Use correct RC specifier/beta stability everywhere for this release 3.1.4RC1 michael-grunder 2017-08-30 20:25:13 -07:00
  • 5d1813f1b7 Pecl wants the date in GMT michael-grunder 2017-08-30 19:53:40 -07:00
  • 3832939df1 Prepare for 3.1.4RC1 release michael-grunder 2017-08-30 14:50:14 -07:00
  • 81a03035ca More arginfo for RedisCluster Pavlo Yatsukhnenko 2017-08-29 10:40:38 +03:00
  • d5609fc58b More arginfo for RedisCluster Pavlo Yatsukhnenko 2017-08-29 09:40:09 +03:00
  • 4a0a46b4cb Check number of elements in incoming array-argument Pavlo Yatsukhnenko 2017-08-28 16:14:42 +03:00
  • e5660be4c6 More arginfo for RedisCluster + remove duplicates Pavlo Yatsukhnenko 2017-08-28 13:36:37 +03:00
  • 3c60e1f8bf More arginfo for RedisCluster Pavlo Yatsukhnenko 2017-08-28 12:41:19 +03:00
  • 50dcb153c5 Add arginfo for RedisCluster Pavlo Yatsukhnenko 2017-08-27 14:16:05 +03:00
  • 0c4c8c53dd Merge pull request #1225 from phpredis/exists-multiple-keys Pavlo Yatsukhnenko 2017-08-23 18:59:24 +03:00
  • c9df77db57 ra_call_distributor returns position or -1 in case of error Pavlo Yatsukhnenko 2017-08-23 15:24:02 +03:00
  • 6c2c6faa1b More arginfo for RedisArray Pavlo Yatsukhnenko 2017-08-23 09:26:12 +03:00
  • 212e323f5b More arginfo for RedisArray Pavlo Yatsukhnenko 2017-08-22 17:23:19 +03:00