Commit Graph

  • 7be6c78f18 4.3.0RC1 4.3.0RC1 Pavlo Yatsukhnenko 2019-02-25 13:47:39 +02:00
  • 253a93df8e 4.2.1RC1 4.2.1RC1 Pavlo Yatsukhnenko 2019-02-25 10:14:32 +02:00
  • ff1d03fdde Merge branch 'issue-1508' into develop Pavlo Yatsukhnenko 2019-02-25 09:12:04 +02:00
  • 47f9a0dcea Merge pull request #1516 from phpredis/connection-limit Pavlo Yatsukhnenko 2019-02-24 21:45:18 +02:00
  • aa9c44cc64 Fix review comments Pavlo Yatsukhnenko 2019-02-24 21:43:44 +02:00
  • 6f70bcda00 TravisCI: enable connection pooling Pavlo Yatsukhnenko 2019-02-23 23:57:18 +02:00
  • c75b3b93a0 Connection limit for pool. Pavlo Yatsukhnenko 2019-02-22 22:25:15 +02:00
  • eb81b9153c Merge branch 'issue-1509' into issue.1448-require_php7 michael-grunder 2019-02-23 17:41:19 -08:00
  • 64e71b5307 Merge branch 'develop' of github.com:phpredis/phpredis into develop michael-grunder 2019-02-23 17:39:01 -08:00
  • b773ec8a37 Fix compilation error on PHP5 Pavlo Yatsukhnenko 2019-02-22 10:02:12 +02:00
  • 376a202061 Refactor connection pooling code. Pavlo Yatsukhnenko 2019-02-22 09:42:50 +02:00
  • b957532d59 Issue #1514 Pavlo Yatsukhnenko 2019-02-22 09:09:49 +02:00
  • 992cd0ef86 Update documentation. Pavlo Yatsukhnenko 2019-02-20 09:59:17 +02:00
  • 5fa8f21b07 Fix memory leak on PHP 5 Pavlo Yatsukhnenko 2019-02-19 21:43:10 +02:00
  • 1b212690db Persistent connections pool Pavlo Yatsukhnenko 2019-02-16 19:48:02 +02:00
  • 64e6a57f5f Use zend_string for storing key hashing algorithm Pavlo Yatsukhnenko 2019-02-18 14:33:29 +02:00
  • 5de7a26179 Travis CI: igbinary 2.0.8 Pavlo Yatsukhnenko 2019-02-19 13:32:44 +02:00
  • ef5972bb4d Travis CI: run tests without igbinary if it can't be installed Pavlo Yatsukhnenko 2019-02-19 10:35:29 +02:00
  • 6cbe2a6df2 Fix compilation error on PHP5 Pavlo Yatsukhnenko 2019-02-22 10:02:12 +02:00
  • 53f5cb4387 Refactor connection pooling code. Pavlo Yatsukhnenko 2019-02-22 09:42:50 +02:00
  • 0433dc03e8 Issue #1514 Pavlo Yatsukhnenko 2019-02-22 09:09:49 +02:00
  • 6dedf04bb0 Merge pull request #1506 from phpredis/connection-pool Pavlo Yatsukhnenko 2019-02-21 08:52:58 +02:00
  • 40f79e43a4 Update documentation. Pavlo Yatsukhnenko 2019-02-20 09:59:17 +02:00
  • c76e00fb25 Fix memory leak on PHP 5 Pavlo Yatsukhnenko 2019-02-19 21:43:10 +02:00
  • a37038203c Persistent connections pool Pavlo Yatsukhnenko 2019-02-16 19:48:02 +02:00
  • b5549cffd2 RedisArray auth. Pavlo Yatsukhnenko 2019-02-17 21:49:25 +02:00
  • 2ec7d91a7b Remove dead code, fix min_argc for blocking commands michael-grunder 2019-02-19 07:55:34 -08:00
  • 8cd165dfc1 Use zend_string for storing key hashing algorithm Pavlo Yatsukhnenko 2019-02-18 14:33:29 +02:00
  • ae5d7b1e5b Travis CI: igbinary 2.0.8 Pavlo Yatsukhnenko 2019-02-19 13:32:44 +02:00
  • 8887cd76f7 Travis CI: run tests without igbinary if it can't be installed Pavlo Yatsukhnenko 2019-02-19 10:35:29 +02:00
  • f89e941a88 Change ZPOP* return type and implement blocking variants michael-grunder 2019-02-18 20:00:08 -08:00
  • 46f035615e Add ZPOPMAX and ZPOPMIN support Marin Bezhanov 2019-02-17 13:05:58 +02:00
  • 63be9527be Merge branch 'issue.1448-require_php7' into cluster-slot-cache michael-grunder 2019-02-14 10:23:09 -08:00
  • 85419ce7d3 Merge branch 'issue.1502.geo-readonly-cmds' into issue.1448-require_php7 michael-grunder 2019-02-14 10:21:00 -08:00
  • 22d81a94ee Implement GEORADIUS_RO and GEORADIUSBYMEMBER_RO michael-grunder 2019-02-13 12:37:27 -08:00
  • b6c4d03a27 Merge branch 'issue.1448-require_php7' into cluster-slot-cache michael-grunder 2019-02-11 20:02:52 -08:00
  • f90ba7c8e0 Add documentation about async parameter for flushAll/flushDb. Pavlo Yatsukhnenko 2019-02-11 09:38:56 +02:00
  • fec7a7f397 Add callback parameter to subscribe/psubscribe arginfo. Pavlo Yatsukhnenko 2019-02-11 09:29:13 +02:00
  • 5ab0e71c76 Don't check lock status in PS_UPDATE_TIMESTAMP_FUNC Pavlo Yatsukhnenko 2019-02-01 11:28:29 +02:00
  • 3bec3db215 Remove outdated homebrew instructions (#1501) Dusk 2019-01-28 21:47:20 -08:00
  • 6cf1ca4701 Try relative link again (#1500) Michael Grunder 2019-01-28 09:33:44 -08:00
  • aba65bc2ad Add a note that scan is a directed node command. michael-grunder 2019-01-28 09:29:13 -08:00
  • 0f4f6e3152 Use the correct ETH address michael-grunder 2019-01-27 12:04:33 -08:00
  • e833d07685 Add a way for people to donate to the project if they so choose. michael-grunder 2019-01-27 11:39:26 -08:00
  • 50881ddd69 Don't check the number affected keys in PS_UPDATE_TIMESTAMP_FUNC Pavlo Yatsukhnenko 2019-02-11 09:10:17 +02:00
  • 7bc845e883 Add documentation about async parameter for flushAll/flushDb. Pavlo Yatsukhnenko 2019-02-11 09:38:56 +02:00
  • 0653ff3119 Add callback parameter to subscribe/psubscribe arginfo. Pavlo Yatsukhnenko 2019-02-11 09:29:13 +02:00
  • b00060ce4d Don't check the number affected keys in PS_UPDATE_TIMESTAMP_FUNC Pavlo Yatsukhnenko 2019-02-11 09:10:17 +02:00
  • a08d51fa3e Attach slot cache key and mechanism for invalidation michael-grunder 2019-02-09 17:02:15 -08:00
  • c7c9a92118 Merge branch 'issue.1448-require_php7' into cluster-slot-cache michael-grunder 2019-02-09 15:08:07 -08:00
  • a1a854782e Add a format specifier. michael-grunder 2019-02-09 14:42:26 -08:00
  • 9440f05e19 Switch everything to new array syntax michael-grunder 2019-02-09 14:10:52 -08:00
  • 2593df150f Merge exception fixes into cluster-slot-cache michael-grunder 2019-02-09 10:07:33 -08:00
  • fa130a4bd4 PHP 7 exception and compiler warning fixes michael-grunder 2019-02-08 21:31:47 -08:00
  • 9f0d7bc0a4 WIP: Reimplementation of cluster slot caching michael-grunder 2019-02-08 18:08:17 -08:00
  • 9a1b7bd4ba Don't check lock status in PS_UPDATE_TIMESTAMP_FUNC Pavlo Yatsukhnenko 2019-02-01 11:28:29 +02:00
  • c35499a1a7 Remove outdated homebrew instructions (#1501) Dusk 2019-01-28 21:47:20 -08:00
  • fe21524e6b Try relative link again (#1500) Michael Grunder 2019-01-28 09:33:44 -08:00
  • 8838f534e9 Add a note that scan is a directed node command. michael-grunder 2019-01-28 09:29:13 -08:00
  • a1bfc83b00 Use the correct ETH address michael-grunder 2019-01-27 12:04:33 -08:00
  • 57eea8e5d6 Add a way for people to donate to the project if they so choose. michael-grunder 2019-01-27 11:39:26 -08:00
  • f9928642b5 PHP 5 is dead, long live PHP 7 michael-grunder 2019-01-26 20:04:23 -08:00
  • 627be58e73 Update XGROUP documentation michael-grunder 2019-01-24 08:41:27 -08:00
  • 15995c06e3 Xgroup updates (#1499) Michael Grunder 2019-01-24 08:36:58 -08:00
  • 3aad9e653b Merge pull request #1494 from phpredis/cluster-auth2 Pavlo Yatsukhnenko 2019-01-21 11:57:35 +02:00
  • e9e4783456 Fix build warning Pavel Yatsukhnenko 2019-01-21 11:56:15 +02:00
  • 35a2213d30 Merge pull request #1485 from phpredis/consistent-hashing Pavlo Yatsukhnenko 2019-01-21 10:57:40 +02:00
  • c5994f2a42 RedisCluster auth Pavlo Yatsukhnenko 2019-01-15 10:07:30 +02:00
  • 5c8e59c4ee Syntax error in zRangeByScore method example hmc 2019-01-16 01:40:13 +08:00
  • f6380cb828 Add documentation Pavlo Yatsukhnenko 2019-01-11 10:04:56 +02:00
  • e145f8582a Merge pull request #1493 from phpredis/issue-1492 Pavlo Yatsukhnenko 2019-01-10 22:19:13 +02:00
  • 018ec177a7 Add testDiscard Pavlo Yatsukhnenko 2019-01-10 21:55:57 +02:00
  • 789256d705 Issue #1492 Pavlo Yatsukhnenko 2019-01-08 13:00:07 +02:00
  • e98f51165b Use zend_string for pipeline_cmd Pavlo Yatsukhnenko 2019-01-09 10:43:19 +02:00
  • 850027ffd3 Different key hashing algorithms from hash extension. Pavlo Yatsukhnenko 2019-01-03 16:08:09 +02:00
  • abb79ccb83 Merge pull request #1488 from SkydiveMarius/PHPREDIS-1412_b Pavlo Yatsukhnenko 2018-12-27 13:04:40 +02:00
  • 61889cd7ba PHPREDIS-1412: Breaking the lock acquire loop in case of network problems Marius Meissner 2018-12-27 10:30:39 +01:00
  • d71b6d5639 Merge pull request #1426 from twose/develop Pavlo Yatsukhnenko 2018-12-26 19:10:19 +02:00
  • 71922bf1dd Add RedisArray::_continuum method Pavlo Yatsukhnenko 2018-12-21 15:11:48 +02:00
  • bb32e6f3a0 Implement consistent hashing algorithm for RedisArray Pavlo Yatsukhnenko 2018-12-20 15:04:13 +02:00
  • 3e7e1c833d Fix regression added in 602740d3 Pavlo Yatsukhnenko 2018-12-22 15:30:46 +02:00
  • 743c7260fe Merge pull request #1483 from jrchamp/issue.1477compat Pavlo Yatsukhnenko 2018-12-20 09:28:45 +02:00
  • b27fd43032 Issue #1477: lzf_compress margin compatibility Jonathan Champ 2018-12-19 09:33:07 -05:00
  • 602740d35a Use zend_string for storing RedisArray hosts Pavlo Yatsukhnenko 2018-12-19 10:16:54 +02:00
  • eabc5ec79f Merge pull request #1478 from phpredis/issue.1477 Pavlo Yatsukhnenko 2018-12-14 09:24:56 +02:00
  • bf8ceae774 Issue #1477 Pavlo Yatsukhnenko 2018-12-13 17:26:00 +02:00
  • 7b8b7b01a2 Fix unit tests for Redis 5.0.2 michael-grunder 2018-12-08 15:10:34 -08:00
  • bb6599e47e TravisCI: allow failing on PHP 7.3 + clang Pavlo Yatsukhnenko 2018-12-08 16:58:29 +02:00
  • 86cc742085 Merge pull request #1440 from GrahamCampbell/patch-1 Pavlo Yatsukhnenko 2018-12-08 16:55:59 +02:00
  • 3ea8a210d4 Fix broken links in INSTALL.markdown Pavlo Yatsukhnenko 2018-12-08 15:44:07 +02:00
  • 5f26dd1a53 Fix documentation typo michael-grunder 2018-11-26 11:36:10 -08:00
  • ed28472261 fix typo Alexander Schranz 2018-11-26 20:03:50 +01:00
  • 7c0f77c7a8 fixed typo Alexander Schranz 2018-11-26 20:03:23 +01:00
  • 30d5ed63db add example for $ = last_id and > for not consumed messages yet Alexander Schranz 2018-11-26 19:53:00 +01:00
  • 74abde303e updated xrange, xrevrange, xpending types (#1468) Alexander Schranz 2018-11-26 18:32:56 +01:00
  • 3b56b7db33 Fix RedisCluster keys memory leak (#1466) Michael Grunder 2018-11-25 13:14:28 -08:00
  • ae25be2602 Merge pull request #1465 from yatsukhnenko/develop Pavlo Yatsukhnenko 2018-11-24 21:33:21 +02:00
  • ad10a49eb8 Directly use return_value in RedisCluster::keys method Pavlo Yatsukhnenko 2018-11-23 09:02:22 +02:00
  • 6e455e2e17 Fix build warning for PHP 5 Pavlo Yatsukhnenko 2018-11-22 23:12:35 +02:00
  • 7274991614 Issue #1464 Pavlo Yatsukhnenko 2018-11-22 22:52:39 +02:00