Commit Graph

  • 0ebfc0e7d2 Update README. Daniele Alessandri 2016-05-25 21:33:07 +02:00
  • 9303029c13 Discard slave even when flag is "o_down". Daniele Alessandri 2016-05-25 16:03:12 +02:00
  • 0477499418 Fix ROLE expectation for read commands with no slaves. Daniele Alessandri 2016-05-25 15:56:33 +02:00
  • 9398a793a5 Bump default server profile to Redis 3.2. Daniele Alessandri 2016-05-25 11:25:12 +02:00
  • 62f5ce6baf Update CHANGELOG. Daniele Alessandri 2016-05-25 10:57:01 +02:00
  • 9cd4ed9e1e Update SPOP's @method signature in phpdoc. Daniele Alessandri 2016-05-24 23:14:58 +02:00
  • 8491b1d880 Add new command: GEORADIUSBYMEMBER (Redis 3.2.0). Daniele Alessandri 2016-05-24 18:58:07 +02:00
  • 8c8261432f Add new command: GEORADIUS (Redis 3.2.0). Daniele Alessandri 2016-05-24 17:09:06 +02:00
  • 5eccd6ee3c Add new command: GEODIST (Redis 3.2.0). Daniele Alessandri 2016-05-24 16:23:07 +02:00
  • 3d9588ec1a Add new command: GEOPOS (Redis 3.2.0). Daniele Alessandri 2016-05-24 16:04:44 +02:00
  • e96f7f748a Add new command: GEOHASH (Redis 3.2.0). Daniele Alessandri 2016-05-24 15:00:02 +02:00
  • dd0edf761a Add new command: GEOADD (Redis 3.2.0). Daniele Alessandri 2016-05-24 12:24:30 +02:00
  • 8cbbd073cb Add new command: BITFIELD (Redis 3.2.0). Daniele Alessandri 2016-05-23 16:16:54 +02:00
  • 1e521b56cd [tests] Test count argument for SPOP in Redis 3.2. Daniele Alessandri 2016-05-23 15:53:30 +02:00
  • fcacd65576 Add new server profile for Redis 3.2 (new stable). Daniele Alessandri 2016-05-23 12:43:00 +02:00
  • 0dff761a61 Merge branch 'v1.1-commands-redis-3.2' Daniele Alessandri 2016-05-24 23:17:33 +02:00
  • 02ed5a2f4e Update SPOP's @method signature in phpdoc. Daniele Alessandri 2016-05-24 23:14:58 +02:00
  • 51932d82e8 Add new command: GEORADIUSBYMEMBER (Redis 3.2.0). Daniele Alessandri 2016-05-24 18:58:07 +02:00
  • 00000fde4e Add new command: GEORADIUS (Redis 3.2.0). Daniele Alessandri 2016-05-24 17:09:06 +02:00
  • d5488f81f7 Check that STORE key in SORT ends up in same slot. Daniele Alessandri 2016-05-24 21:58:44 +02:00
  • aeb9b7ccae Check that STORE key in SORT ends up in same slot. Daniele Alessandri 2016-05-24 21:58:44 +02:00
  • 188dc6bf62 Improve detection of STORE in SORT command arguments. Daniele Alessandri 2016-05-24 21:34:44 +02:00
  • 4273a2a8b6 Improve detection of STORE in SORT command arguments. Daniele Alessandri 2016-05-24 21:34:44 +02:00
  • b2284d015f Add new command: GEODIST (Redis 3.2.0). Daniele Alessandri 2016-05-24 16:23:07 +02:00
  • c4e0044269 Add new command: GEOPOS (Redis 3.2.0). Daniele Alessandri 2016-05-24 16:04:44 +02:00
  • 0b6b3b2558 Add new command: GEOHASH (Redis 3.2.0). Daniele Alessandri 2016-05-24 15:00:02 +02:00
  • 7ef9619f5c Add new command: GEOADD (Redis 3.2.0). Daniele Alessandri 2016-05-24 12:24:30 +02:00
  • 3362e474b6 Add new command: BITFIELD (Redis 3.2.0). Daniele Alessandri 2016-05-23 16:16:54 +02:00
  • 0bd57ab744 [tests] Add missing test for key prefix in HSTRLEN. Daniele Alessandri 2016-05-24 15:11:49 +02:00
  • b996b005cf Fix cluster strategy to handle variadic EXISTS (Redis >= 3.0.3). Daniele Alessandri 2015-07-24 18:28:51 +02:00
  • 82116b0366 Fix prefix processor to handle variadic EXISTS (Redis >= 3.0.3). Daniele Alessandri 2015-07-24 18:15:21 +02:00
  • 7b3f6e1db5 [tests] Add missing test for key prefix in HSTRLEN. Daniele Alessandri 2016-05-24 15:11:49 +02:00
  • 1536b2aa82 Add missing @method tag for HSTRLEN in phpdocs. Daniele Alessandri 2016-05-24 12:26:50 +02:00
  • 5c1ddc9cfa Add missing @method tag for HSTRLEN in phpdocs. Daniele Alessandri 2016-05-24 12:26:50 +02:00
  • 1ab65da368 [tests] Missing @requiresRedisVersion for HSTRLEN. Daniele Alessandri 2016-05-24 11:50:15 +02:00
  • ea2fd9700d [tests] Missing @requiresRedisVersion for HSTRLEN. Daniele Alessandri 2016-05-24 11:50:15 +02:00
  • b11fb84282 Update description in package.ini. Daniele Alessandri 2016-05-24 10:27:37 +02:00
  • b2ec264ff9 Update description in package.ini. Daniele Alessandri 2016-05-24 10:27:37 +02:00
  • da009e59dd [tests] Test count argument for SPOP in Redis 3.2. Daniele Alessandri 2016-05-23 15:53:30 +02:00
  • 763acd232d Add new server profile for Redis 3.2 (new stable). Daniele Alessandri 2016-05-23 12:43:00 +02:00
  • 75a8253ee4 Apply minor grammar fix in comment. Daniele Alessandri 2016-05-23 12:09:43 +02:00
  • 9368d98ac3 Update phpunit.xml.* Daniele Alessandri 2016-05-22 20:19:54 +02:00
  • bf7a70d6f0 Update phpunit.xml.* Daniele Alessandri 2016-05-22 20:21:52 +02:00
  • 8f514fe893 Update description in composer.json. Daniele Alessandri 2016-05-22 20:05:31 +02:00
  • 4ecc44e1ee Update description in composer.json. Daniele Alessandri 2016-05-22 20:05:31 +02:00
  • 6964f060b3 Fix README. Daniele Alessandri 2016-05-22 15:33:21 +02:00
  • 52d5b23db7 Fix README. Daniele Alessandri 2016-05-22 15:32:08 +02:00
  • d31a4c71ba Update CHANGELOG. Daniele Alessandri 2016-05-22 15:24:39 +02:00
  • c92e305852 Update README. Daniele Alessandri 2016-05-22 15:21:09 +02:00
  • b075564278 Update and improve README. Daniele Alessandri 2016-05-22 12:20:51 +02:00
  • c125c218ae Apply fix to README for grammar slip. Daniele Alessandri 2016-05-22 15:09:50 +02:00
  • 1f3a010681 Update CHANGELOG. Daniele Alessandri 2016-05-22 13:47:15 +02:00
  • 49f6b46942 Update and improve README. Daniele Alessandri 2016-05-22 12:20:51 +02:00
  • c1795de1f3 Fix README. Daniele Alessandri 2016-05-21 17:12:20 +02:00
  • 528cd090d8 Update README. Daniele Alessandri 2016-05-21 16:55:26 +02:00
  • f9e817f14c Run php-cs-fixer. Daniele Alessandri 2016-05-21 15:49:25 +02:00
  • 5b3a5bbef9 Run php-cs-fixer. Daniele Alessandri 2016-05-21 15:46:58 +02:00
  • 349a70a08a Merge branch 'v1.1-sentinel' Daniele Alessandri 2016-05-21 15:30:22 +02:00
  • c1de65c4ee Swap params order in redis-sentinel constructor. Daniele Alessandri 2016-05-21 15:23:24 +02:00
  • ecbdaa1951 Update CHANGELOG. Daniele Alessandri 2016-05-20 22:33:29 +02:00
  • 05209e6e7d Switch to next slave on -LOADING error response. Daniele Alessandri 2016-05-20 21:38:45 +02:00
  • 9e568396c6 Remove old references about HHVM being unstable. Daniele Alessandri 2016-05-20 20:34:03 +02:00
  • 803a5cfd5b Remove old references about HHVM being unstable. Daniele Alessandri 2016-05-20 20:34:03 +02:00
  • 2a91ebaba9 [tests] Rename old branch for exclusion. Daniele Alessandri 2016-05-20 20:14:41 +02:00
  • faaf853cbe [tests] Rename old branch for exclusion. Daniele Alessandri 2016-05-20 20:14:41 +02:00
  • 257791edcf Update badges in CHANGELOG. Daniele Alessandri 2016-05-20 18:33:13 +02:00
  • ce15bd22b9 Update badges in CHANGELOG. Daniele Alessandri 2016-05-20 18:33:13 +02:00
  • b0439e503e Update CHANGELOG. Daniele Alessandri 2016-05-20 16:28:19 +02:00
  • ffc1c25baa Try again on connection failure to node in cluster. Daniele Alessandri 2016-05-18 21:52:43 +02:00
  • d0cc7a5947 Try again on connection failure to node in cluster. Daniele Alessandri 2016-05-18 21:52:43 +02:00
  • ac165194f5 Evict connection from slots cache when removed. Daniele Alessandri 2016-05-18 21:34:54 +02:00
  • 5adafb352c Evict connection from slots cache when removed. Daniele Alessandri 2016-05-18 21:34:54 +02:00
  • d6d307696a [tests] Add tests for redis-sentinel connection. Daniele Alessandri 2016-05-19 12:55:07 +02:00
  • f3999660fe Fix bug during assertion of connection role. Daniele Alessandri 2016-05-19 19:06:49 +02:00
  • 18e846c2ad Fix bug trying to switch to an unknown connection. Daniele Alessandri 2016-05-19 17:42:51 +02:00
  • 7e4800010a Add minor comment for clarity. Daniele Alessandri 2016-05-19 15:59:21 +02:00
  • 6b5181b030 Do not wipe server list when removing connection. Daniele Alessandri 2016-05-19 12:47:24 +02:00
  • 18ae294864 [tests] Fix assertion. Daniele Alessandri 2016-05-19 11:43:39 +02:00
  • 47de667aea Bump min. version of PHPUnit (require-dev). Daniele Alessandri 2016-05-19 11:43:29 +02:00
  • 01483234c7 [tests] Fix assertion. Daniele Alessandri 2016-05-19 11:43:39 +02:00
  • cdadb796ad Bump min. version of PHPUnit (require-dev). Daniele Alessandri 2016-05-19 11:43:29 +02:00
  • 588940c5cb Update CHANGELOG. Daniele Alessandri 2016-05-18 21:27:37 +02:00
  • a1fe4013e1 Improve handling of slots mapping via parameters. Daniele Alessandri 2016-05-18 14:34:18 +02:00
  • 354e5e26da Improve handling of slots mapping via parameters. Daniele Alessandri 2016-05-18 14:34:18 +02:00
  • d55826f35c [tests] Fix tests from previous commit. Daniele Alessandri 2016-05-17 20:06:30 +02:00
  • 26d7147646 Update CHANGELOG. Daniele Alessandri 2016-05-17 19:47:25 +02:00
  • 973e8592e3 Throw when command sent in connect() returns error. Daniele Alessandri 2016-05-17 16:56:34 +02:00
  • f696ed125e Update CHANGELOG. Daniele Alessandri 2016-05-17 15:31:59 +02:00
  • 9f6759ca1c Implement discovery in basic replication. Daniele Alessandri 2016-05-16 21:26:36 +02:00
  • 89a1e236ce Use custom ID when adding connection with no alias. Daniele Alessandri 2016-05-16 17:28:13 +02:00
  • 97dfba1e98 Remove useless use directive. Daniele Alessandri 2016-05-16 16:57:24 +02:00
  • be8ac3e205 Handle error responses returned by redis-sentinel. Daniele Alessandri 2016-05-16 16:50:28 +02:00
  • 3328ad76be [tests] Fix wrong method in mock. Daniele Alessandri 2016-05-16 15:38:29 +02:00
  • a933a13087 [tests] Fix wrong method in mock. Daniele Alessandri 2016-05-16 15:38:29 +02:00
  • ce3d42b9cf Fix CHANGELOG. Daniele Alessandri 2016-05-15 22:03:34 +02:00
  • 629329ac76 Fix failing test. Daniele Alessandri 2016-05-15 21:54:00 +02:00
  • 17b717a8f5 Fix CHANGELOG. Daniele Alessandri 2016-05-15 21:41:39 +02:00
  • 95dbc2bb34 Bump year in LICENSE. Daniele Alessandri 2016-05-15 21:38:50 +02:00
  • 9bb5a1c71f Apply minor styling fix. Daniele Alessandri 2016-05-15 17:09:43 +02:00
  • 8eb4804a5c Move member variable initialization. Daniele Alessandri 2016-05-15 16:56:50 +02:00