Commit Graph

  • 7a4cee2d66 Review changes michael-grunder 2022-11-25 08:22:59 -08:00
  • 90828019de Refactor network IO tracking. michael-grunder 2022-11-24 10:09:01 -08:00
  • 2a6dee5d4d Use PHP's new class constant mechanism. michael-grunder 2022-11-22 15:03:51 -08:00
  • b580505b40 Add a link to my Mastodon profile. michael-grunder 2022-11-20 12:58:44 -08:00
  • 91eaf209cd Merge pull request #2257 from phpredis/issue-2068-command Pavlo Yatsukhnenko 2022-11-19 20:54:23 +02:00
  • ff863f3f97 Refactor command command Pavlo Yatsukhnenko 2022-11-12 13:06:24 +02:00
  • 872b69313b Documentation: Normalize formatting. michael-grunder 2022-11-17 22:33:46 -08:00
  • 0243dd9d2a SENTINEL RESET returns a long. michael-grunder 2022-11-17 20:42:07 -08:00
  • f41efddc3a Playing around with gen_stub.php and attributes. attribute-test michael-grunder 2022-11-17 09:35:40 -08:00
  • 72f8eb2565 Documentation: Rebuild docs. michael-grunder 2022-11-16 12:13:50 -08:00
  • 0b7bd83f57 Add more docblocks and fix XAUTOCLAIM response handler. michael-grunder 2022-11-15 21:23:52 -08:00
  • c14a9e3a01 Documentation: Normalize examples. michael-grunder 2022-11-15 17:40:46 -08:00
  • 53d142d93a Documentation: Add more docblocks and fix up formatting. michael-grunder 2022-11-15 15:07:03 -08:00
  • 2d365ee2ad Documentation: Format docs and add remaining GEO* docblocks michael-grunder 2022-11-15 11:26:29 -08:00
  • ef4699c726 Documentation: Rework more formatting and add example sections. michael-grunder 2022-11-10 19:31:38 -08:00
  • 65c965638c Add a link to our WIP API docs. (#2252) Michael Grunder 2022-11-10 12:06:35 -08:00
  • ecf6514400 Documentation: Render docs michael-grunder 2022-11-09 19:26:10 -08:00
  • 71758b091b Update stubs. michael-grunder 2022-11-09 19:24:47 -08:00
  • 531177d42d Documentation: Render docs michael-grunder 2022-11-09 15:33:56 -08:00
  • 87fa36d6c7 Documentation: Formatting for setOption (#2250) Michael Grunder 2022-11-09 13:55:15 -08:00
  • 142bddf0b7 Add initial docs (#2249) Till Krüss 2022-11-08 14:59:24 -08:00
  • 114f4d6056 Uniform meta file names (#2248) Till Krüss 2022-11-08 14:49:42 -08:00
  • 7930a78875 Move issue template (#2247) Till Krüss 2022-11-08 14:12:38 -08:00
  • 6d595b35e9 Fix xtrim stub michael-grunder 2022-11-08 14:11:08 -08:00
  • 450904f75c Documentation: More docblocks with examples. michael-grunder 2022-11-07 17:45:08 -08:00
  • 17db23281a Documentation: Several more docblocks michael-grunder 2022-11-07 15:49:36 -08:00
  • f05ba81935 Documentation: Add several more docblocs michael-grunder 2022-11-07 10:47:05 -08:00
  • cf63e96ec5 Documentation: More docblocks michael-grunder 2022-11-03 19:45:37 -07:00
  • 14cd882b28 pconnect isn't experimental michael-grunder 2022-11-03 19:52:48 -07:00
  • a5c4790114 Documentation: More command docblocks michael-grunder 2022-11-03 15:41:46 -07:00
  • 854f3aa426 Documentation: Stream doc blocks and xtrim fix michael-grunder 2022-11-03 14:10:18 -07:00
  • b8679d7af1 Documentation: Several ZSET docblocks michael-grunder 2022-11-01 19:09:29 -07:00
  • bb06ffa380 Documentation: Even more docblocks michael-grunder 2022-11-01 16:29:40 -07:00
  • 980ea6b154 Documentation: More docblocks with examples michael-grunder 2022-11-01 14:13:17 -07:00
  • b04684d442 Documentation: More docblocks with examples michael-grunder 2022-11-01 12:22:36 -07:00
  • 70a55f3ef9 Documentation: More docblocks for eventual michael-grunder 2022-11-01 11:04:44 -07:00
  • 9934088926 Documentation: Add several more docblocks. michael-grunder 2022-11-01 10:33:14 -07:00
  • 5dbb4eebe4 Merge pull request #2230 from phpredis/issue-2068-acl Pavlo Yatsukhnenko 2022-11-01 19:28:25 +02:00
  • 376d4d27b0 Use fast_zpp API Pavlo Yatsukhnenko 2022-11-01 13:11:54 +02:00
  • 504810a5d1 Issue #2068, Refactor ACL command Pavlo Yatsukhnenko 2022-11-01 12:53:23 +02:00
  • f2cef8be06 More docblocks and refactor SLAVEOF command. michael-grunder 2022-10-31 20:53:21 -07:00
  • 7d5db510a0 Documentation: SSCAN docblock and example michael-grunder 2022-10-31 20:43:20 -07:00
  • 0dd2836f3c Documentation: Add a docblock for the set command. michael-grunder 2022-10-31 17:30:29 -07:00
  • 2a0d1c1e6d Refactor PubSub command Pavlo Yatsukhnenko 2022-10-31 15:39:56 +02:00
  • cc2383f076 Documentation: Additional docblock headers michael-grunder 2022-10-30 20:11:15 -07:00
  • fb3fb6f83f Copy docblock and fix DB option. michael-grunder 2022-10-30 15:38:22 -07:00
  • df50b2ad2d Documentation: More complete command docblocks michael-grunder 2022-10-30 15:03:07 -07:00
  • e8f5b51748 Move options to the end list Pavlo Yatsukhnenko 2022-10-30 19:49:05 +02:00
  • 2bb6403883 Issue #1894 Pavlo Yatsukhnenko 2022-10-30 14:33:58 +02:00
  • f2bb2cdb5a Issue #2114 Pavlo Yatsukhnenko 2022-08-07 17:08:15 +03:00
  • c4aef95676 Documentation: More docblocks and examples michael-grunder 2022-10-29 21:43:33 -07:00
  • e609fbe8aa Documentation: Add detailed docs for several set operations michael-grunder 2022-10-29 15:21:07 -07:00
  • 78de25a394 Use ZEND_STRL in redis_commands.c Pavlo Yatsukhnenko 2022-10-29 22:59:55 +03:00
  • e0b24be1ed Documentation: Add a BRPOPLPUSH example block michael-grunder 2022-10-28 12:29:33 -07:00
  • a2b0c86f67 Documentation: Add detailed docblocks for list pop operations. michael-grunder 2022-10-27 21:56:04 -07:00
  • 2d8a8a4443 Documentation: [B]Z[M]POP* doc blocks michael-grunder 2022-10-27 15:08:18 -07:00
  • b9de0b9724 Documentation: Add docblocks for PF* commands and ping. michael-grunder 2022-10-27 09:26:59 -07:00
  • af13f951aa Fix BITOP cross-slot bug michael-grunder 2022-10-26 22:06:02 -07:00
  • 71344612bc Documentation: Add docblocks for several more methods. michael-grunder 2022-10-26 19:50:15 -07:00
  • 43da8dd9d8 Refactor BRPOPLPUSH and add B[LR]POP documentation michael-grunder 2022-10-26 17:05:54 -07:00
  • 375d093d94 Documentation: BITPOS and BITCOUNT michael-grunder 2022-10-26 15:07:42 -07:00
  • 6982941b0b Documentation: Document introspection methods michael-grunder 2022-10-26 12:41:20 -07:00
  • c4de86672b Documentation: Redis constructor michael-grunder 2022-10-26 11:54:54 -07:00
  • 1d6c52ee39 Small cosmetic changes in cluster_library Pavlo Yatsukhnenko 2022-10-26 20:42:41 +03:00
  • dc1f2398d0 TOUCH command michael-grunder 2022-10-25 20:22:02 -07:00
  • 69355faae0 Future proof our igbinary header check michael-grunder 2022-10-23 17:30:57 -07:00
  • 141ca2e05f Merge pull request #2137 from phpredis/issue-2106 Pavlo Yatsukhnenko 2022-10-24 09:31:05 +03:00
  • e0a88b7bdf Issue #2106 Pavlo Yatsukhnenko 2022-10-13 08:14:12 +03:00
  • d73f3f4b08 Issue #2106 Pavlo Yatsukhnenko 2022-05-26 18:12:01 +03:00
  • 8c7c5a3aa2 Refactor SORT and add SORT_RO command michael-grunder 2022-10-23 11:38:29 -07:00
  • 1343f50083 XGROUP DELCONSUMER and ENTRIESREAD michael-grunder 2022-10-22 12:46:26 -07:00
  • 71bcbcb973 Implement ZRANGESTORE and add ZRANGE options michael-grunder 2022-10-22 12:18:31 -07:00
  • f3a408305a EVAL_RO and EVALSHA_RO michael-grunder 2022-10-21 10:16:56 -07:00
  • 5dcf3f802b Newer versions of Redis shouldn't need a long delay michael-grunder 2022-10-20 14:47:44 -07:00
  • d87f142826 Refactor SLOWLOG command michael-grunder 2022-10-19 09:16:18 -07:00
  • a176f58619 Simplify logic by removing CONFIG enum. michael-grunder 2022-10-18 23:08:36 -07:00
  • 36ef4bd8d1 Variadic CONFIG GET/SET michael-grunder 2022-10-14 08:43:00 -07:00
  • b5ea5fd77f Fix stub Nicolas Grekas 2022-10-16 23:08:28 +02:00
  • 44d03ca00a INFO with multiple sections michael-grunder 2022-10-14 09:14:17 -07:00
  • 8d80ca5bca Update README.markdown Juha 2022-10-14 09:30:15 +02:00
  • 4d8afd387e Refactor BITPOS and implement BIT/BYTE option. michael-grunder 2022-10-13 11:36:48 -07:00
  • 872ae1079f Implement Redis 7.0.0 [P]EXPIRE[AT] options michael-grunder 2022-10-13 10:51:28 -07:00
  • d05d301b5a Better unix:// or file:// detection. michael-grunder 2022-10-12 19:38:38 -07:00
  • 5ac92d25f1 Add missing directed node command to docs and refactor stubs. michael-grunder 2022-10-12 19:57:42 -07:00
  • e392dd88dd RedisCluster stub fixes (#2183) Michael Grunder 2022-10-12 13:16:43 -07:00
  • 8b1eafe87a Fix redis.stub.php (bis) Nicolas Grekas 2022-10-12 11:58:47 +02:00
  • 74cf49f554 More redis.stub.php and PHP 8.2 deprecation fixes. michael-grunder 2022-10-11 11:22:35 -07:00
  • 9aa5f38707 Fix redis.stub.php Nicolas Grekas 2022-10-11 17:33:09 +02:00
  • 54a084e51c Refactor FLUSHDB and update docs. michael-grunder 2022-10-10 22:58:41 -07:00
  • 457953f4fe Refactor and fix XPENDING handler michael-grunder 2022-10-10 22:57:10 -07:00
  • 3b0d8b7781 Refactor XINFO handler michael-grunder 2022-10-10 13:20:14 -07:00
  • 525958ea9f Implement CONFIG REWRITE michael-grunder 2022-10-09 15:44:29 -07:00
  • 46e64277af Suppress a valgrind false positive michael-grunder 2022-10-08 14:10:11 -07:00
  • 114d79d15b Implement AUTH/AUTH2 arguments for MIGRATE michael-grunder 2022-10-08 11:36:23 -07:00
  • 6b34d17fc4 Add new Redis 6.2.0 XTRIM options michael-grunder 2022-10-08 11:06:23 -07:00
  • d2044c9fa4 Move where we generate our salt michael-grunder 2022-10-05 18:47:39 -07:00
  • 9a3fe401dc Implement new RESTORE options michael-grunder 2022-10-08 09:24:57 -07:00
  • 6ea978eb72 [B]LMPOP and [B]ZMPOP commands michael-grunder 2022-10-08 09:18:04 -07:00
  • bebd398c67 WIP: Update stubs so the tests pass in strict mode michael-grunder 2022-10-04 13:24:08 -07:00
  • 19bb553e97 Reorder contact info so Nicolas doesn't get emails to forward. michael-grunder 2022-10-07 12:20:45 -07:00