Commit Graph

  • 6091727ba3 New select DB command to RedisArray - Added retry delay on reconnect Emmanuel Merali 2013-01-23 01:57:51 +02:00
  • 3fb643211e Retry delay - selectDB on array Emmanuel Merali 2013-01-21 18:10:16 +02:00
  • 6529458c0e Add include for smart_str michael-grunder 2013-01-19 13:34:26 -08:00
  • e1a5145ad2 Changed the way we build the HMSET command such that we don't continue to destroy and reallocate the command buffer michael-grunder 2013-01-18 18:05:02 -08:00
  • 07369ed1fb Merge pull request #272 from pepve/brpoplpush Michael Grunder 2013-01-16 09:19:56 -08:00
  • 93f77be960 Checks for tv.tv_usec as well as tv.tv_sec when setting the read timeout option on our socket. We were actually ignoring timeouts < 1 second because of this. michael-grunder 2013-01-13 21:59:13 -08:00
  • 6d244bbe50 Merge pull request #276 from titpetric/master Nicolas Favre-Felix 2012-11-29 09:14:08 -08:00
  • fde191991e footer hr after keys toc Tit Petric 2012-11-27 16:21:58 +01:00
  • dce8a704e3 Keys and strings toc import Tit Petric 2012-11-27 16:20:05 +01:00
  • 968d3fd8bc link keys and strings Tit Petric 2012-11-27 16:01:50 +01:00
  • b99022893b llen fix, alias exists Tit Petric 2012-11-27 15:55:06 +01:00
  • b8ee6128f3 lists and list toc Tit Petric 2012-11-27 15:47:32 +01:00
  • 0cf7c8813a transactions, pub/sub sections, toc Tit Petric 2012-11-27 15:28:10 +01:00
  • 328f599c38 moved hash methods under heading, created toc Tit Petric 2012-11-27 15:18:11 +01:00
  • a6a51a9a48 scripting methods, created toc Tit Petric 2012-11-27 15:10:40 +01:00
  • 1c6ee3e2e8 alphabetized set methods, created toc Tit Petric 2012-11-27 15:02:01 +01:00
  • 3d055f8390 alphabetized sorted set methods, created toc Tit Petric 2012-11-27 14:43:56 +01:00
  • 3372eb988a server TOC and methods related to that Tit Petric 2012-11-27 14:17:55 +01:00
  • 1354cf9ed9 replaced html pre tags with markdown syntax Tit Petric 2012-11-27 13:51:53 +01:00
  • dc6d4ddd8e testing, moved time and slaveof under server section, replace html code sections with markdown Tit Petric 2012-11-27 13:48:03 +01:00
  • 42c3a576f0 moved auth and select methods under connection heading, updated TOC with descriptions Tit Petric 2012-11-27 13:33:40 +01:00
  • c73c2eea8e usage lists classes, subtoc for section connection Tit Petric 2012-11-27 13:24:43 +01:00
  • 63cad63fb8 Started expanding general docs Tit Petric 2012-11-27 12:20:31 +01:00
  • b3b55e007f removed duplicate description marker Tit Petric 2012-11-27 12:10:15 +01:00
  • 2b3fa60d15 added description markers, added description for sort (missing from documentation until now) Tit Petric 2012-11-27 12:09:37 +01:00
  • 75434ae82f bold/italics, whitespace Tit Petric 2012-11-27 11:59:33 +01:00
  • b44fa178ba consistent heading markdown, test description header Tit Petric 2012-11-27 11:52:26 +01:00
  • 8ffec24acf re-added em/asterisks on h5 consistently Tit Petric 2012-11-27 11:45:49 +01:00
  • 063334dd4a removed redundant and inconsistent italics, github already has italic style on h5 headings, no effect Tit Petric 2012-11-27 11:41:11 +01:00
  • 605984e8a7 blanket remove redundant description heading Tit Petric 2012-11-27 11:36:34 +01:00
  • def41f7e6b blanked add hr insert behind every h3 Tit Petric 2012-11-27 11:29:50 +01:00
  • faeacde028 test hr insert Tit Petric 2012-11-27 11:26:24 +01:00
  • 1816e44010 blanket fix method indentation to h3 level Tit Petric 2012-11-27 11:24:08 +01:00
  • 2569a0216f more testing, trying to set id on heading Tit Petric 2012-11-27 11:19:32 +01:00
  • 1dbf0036b2 more TOC indent tests, renamed some headings Tit Petric 2012-11-27 11:12:50 +01:00
  • fc2240980e Renamed session handler title, added a template TOC to test Tit Petric 2012-11-27 11:08:27 +01:00
  • c7cb312345 Fix brpoplpush timeout reply handling Pepijn Verlaan 2012-11-16 09:53:19 +01:00
  • 93dae810ce Added failing test for brpoplpush command Pepijn Verlaan 2012-11-16 09:51:52 +01:00
  • 3f024f98d9 updating debianization Rémi Paulmier 2012-11-02 10:51:04 +01:00
  • 1943148dae add a debian conflict between php5-redis and former phpredis Rémi Paulmier 2012-11-02 10:50:26 +01:00
  • 37a7c22a3c Merge pull request #268 from sitnikov/master Nicolas Favre-Felix 2012-10-28 04:50:25 -07:00
  • 5cbe1cf6f9 Fix formatting issue, remove unneccisary variable michael-grunder 2012-10-25 14:49:29 -07:00
  • 51b96938bc SRANDMEMBER optional COUNT argument michael-grunder 2012-10-25 14:19:04 -07:00
  • 2b0cd7715f Fix include path for igbinary support Andrew Sitnikov 2012-10-25 10:41:12 +03:00
  • 70430fb4f1 Ignore OPT_PREFIX for a timeout argument michael-grunder 2012-10-22 13:22:41 -07:00
  • 3a3ee379de Merge pull request #264 from mixdev/patch-1 Michael Grunder 2012-10-09 13:34:24 -07:00
  • fc05cb93aa Update README.markdown Arun Vijayan C 2012-10-10 01:47:53 +05:30
  • 20f555eafb Copy zval in multi/exec/pipe forwarded array calls Nicolas Favre-Felix 2012-10-08 21:58:56 +01:00
  • 3764a6cd80 add Redis::OPT_READ_TIMEOUT option for issue #70 kotas 2012-10-04 22:18:18 +09:00
  • 7dfac44c8f Add missing serializer in zInter args Nicolas Favre-Felix 2012-09-21 18:05:15 +01:00
  • 9d14646ec0 Merge pull request #248 from milkliker/master Michael Grunder 2012-09-12 10:49:53 -07:00
  • d518e4f329 Update README.markdown milkliker 2012-09-12 21:11:42 +08:00
  • b4735e578b Merge branch 'master' of github.com:nicolasff/phpredis michael-grunder 2012-09-10 08:25:52 -07:00
  • 6dc3ad6cb3 Fix RedisArray::_rehash to support closures Nicolas Favre-Felix 2012-09-10 00:29:44 +01:00
  • 5855cfc2ca Add clearLastError Nicolas Favre-Felix 2012-09-09 22:09:27 +01:00
  • 4c72cbc323 Support closures for SUBSCRIBE/PSUBSCRIBE michael-grunder 2012-09-09 14:05:33 -07:00
  • 6153477c4f Extend getLastError to all calls Nicolas Favre-Felix 2012-09-09 20:38:30 +01:00
  • d1b1216852 PSUBSCRIBE michael-grunder 2012-09-09 08:13:44 -07:00
  • 9eb217c061 Move destruction of callback out of the loop michael-grunder 2012-09-07 18:17:47 -07:00
  • 6f7087fbfe Removed executable bit on source code Nicolas Favre-Felix 2012-09-02 19:05:29 +01:00
  • 1416d8743d Fix docs for SADD and SREM Nicolas Favre-Felix 2012-09-02 11:41:31 +01:00
  • 61a6e0d601 Merge pull request #243 from remicollet/master Nicolas Favre-Felix 2012-09-02 03:32:29 -07:00
  • 3e9f43b8ca Document --enable-redis-igbinary configure flag Nicolas Favre-Felix 2012-09-02 11:25:21 +01:00
  • f75d8ea888 Merge branch 'make-igbinary-optional' Nicolas Favre-Felix 2012-09-02 11:23:02 +01:00
  • 9138299c0c Enable conditional compilation for igbinary option Nicolas Favre-Felix 2012-09-02 11:19:14 +01:00
  • b58b1769d0 Remove igbinary code Nicolas Favre-Felix 2012-09-02 11:14:31 +01:00
  • 34de3722f4 Remove igbinary from config.m4 Nicolas Favre-Felix 2012-09-02 11:13:27 +01:00
  • deca4fa30c add 'markTestSkipped' method to test suite, improves report Remi Collet 2012-09-01 09:49:11 +02:00
  • 5df5153eb4 Merge pull request #242 from remicollet/master Nicolas Favre-Felix 2012-08-31 07:34:55 -07:00
  • 5ff5b2438f Merge pull request #241 from remicollet/0ad8482727cd656ce0d8ab228225ff0e0b038a66 Nicolas Favre-Felix 2012-08-31 07:26:39 -07:00
  • a968d9ea79 SCRIPT / EVAL / TIME are new in 2.6.0 Remi Collet 2012-08-31 16:20:42 +02:00
  • 36f5f76786 INFO COMMANDSTATS is new in 2.6.0 Remi Collet 2012-08-31 16:14:35 +02:00
  • 5ee3c840cb INFO COMMANDSTATS is new in 2.6.0 Remi Collet 2012-08-31 16:12:04 +02:00
  • e839d248bb INCRBYFLOAT new in 2.6.0 Remi Collet 2012-08-31 16:10:07 +02:00
  • 0ad8482727 manage test suite exit code Remi Collet 2012-08-31 16:05:29 +02:00
  • 28fe4c1681 Merge pull request #240 from remicollet/master Nicolas Favre-Felix 2012-08-31 06:35:16 -07:00
  • 2516eb22bb proposal for multi-version test suite ("All tests passed." with 2.6.0RC6) Remi Collet 2012-08-31 15:25:56 +02:00
  • ac09cec134 fix php warning during tests Remi Collet 2012-08-30 09:06:42 +02:00
  • d4bdb35c60 fix test report (backtrace index) Remi Collet 2012-08-30 09:04:24 +02:00
  • 1cd7baa01e redis.c:3508:21: warning: 'p', 'cmd' may be used uninitialized in this function Remi Collet 2012-08-30 08:14:22 +02:00
  • bad9073d20 redis.c:4300:33: warning: 'arr_weights_hash' may be used uninitialized in this function Remi Collet 2012-08-30 08:10:37 +02:00
  • bdc5336566 redis.c:2388:26: warning: 'timeout' may be used uninitialized in this function Remi Collet 2012-08-30 08:08:35 +02:00
  • 2c907f2267 redis.c:5412:3: warning: 'callback_type', 'callback_ft_name_len', 'callback_ft_name' may be used uninitialized in this function Remi Collet 2012-08-30 08:07:05 +02:00
  • 31b38401dc redis.c:5413:23: warning: 'z_fun' may be used uninitialized in this function Remi Collet 2012-08-30 08:02:06 +02:00
  • 1defd423a5 redis.c:5414:23: warning: 'ce' may be used uninitialized in this function (please REVIEW this one) Remi Collet 2012-08-30 07:58:02 +02:00
  • eccffe52ba redis.c:4650:23: warning: variable 'hval_len' set but not used Remi Collet 2012-08-30 07:50:30 +02:00
  • fa282646e2 redis.c:4652:13: warning: variable 'type' set but not used Remi Collet 2012-08-30 07:48:59 +02:00
  • fa9bfeb9f1 redis.c:2699:25: warning: variable 'type' set but not used Remi Collet 2012-08-30 07:46:32 +02:00
  • 518599f8e1 redis.c:2273:11: warning: variable 'object' set but not used Remi Collet 2012-08-30 07:45:10 +02:00
  • 297d83e107 redis.c:2394:7: warning: variable 'nb_keys' set but not used Remi Collet 2012-08-30 07:43:32 +02:00
  • 0d725ed8c1 redis.c:2350:17: warning: variable 'type' set but not used Remi Collet 2012-08-30 07:41:00 +02:00
  • 83053eabc2 warning: variable 'redis_inst' set but not used (compiler can't check logic here) Remi Collet 2012-08-30 07:36:26 +02:00
  • e3b2a46f2b fix warning: variable 'redis_inst' set but not used [-Wunused-but-set-variable] Remi Collet 2012-08-30 07:29:27 +02:00
  • 6915597e04 Merge pull request #238 from remicollet/master Nicolas Favre-Felix 2012-08-29 08:58:35 -07:00
  • c6e13befdc missing TSRMLS_CC, fix ZTS build Remi Collet 2012-08-29 16:48:44 +02:00
  • 9319f637ef fix unused-variable warnings (2) Remi Collet 2012-08-29 16:43:19 +02:00
  • 007d558964 fix unused-variable warnings Remi Collet 2012-08-29 16:40:46 +02:00
  • 4197a7ffed Tag 2.2.2 2.2.2 Nicolas Favre-Felix 2012-08-29 10:25:54 +01:00
  • 9c224410f3 Merge pull request #225 from pavel-krush/master Nicolas Favre-Felix 2012-08-29 00:41:51 -07:00
  • e8c3b13b68 Add 'database' parameter to Redis sessions Nicolas Favre-Felix 2012-08-28 22:01:52 +01:00