Commit Graph

  • 653d62ab40 Extended RedisJson support by implementing JSON.ARRPOP command (#933) Vladyslav Vildanov 2023-01-26 16:42:12 +02:00
  • eed7fe6a76 Extended RedisJson support by implementing JSON.ARRLEN command (#931) Vladyslav Vildanov 2023-01-26 16:35:47 +02:00
  • 34f40663ea Extended RedisJson support by implementing JSON.ARRINSERT command (#929) Vladyslav Vildanov 2023-01-26 16:27:24 +02:00
  • 1467c5bac0 Extended RedisJson support by implementing JSON.ARRINDEX command (#927) Vladyslav Vildanov 2023-01-26 16:17:47 +02:00
  • b9b312d94a Extended RedisJson support by implementing JSON.ARRAPPEND command (#924) Vladyslav Vildanov 2023-01-26 16:10:02 +02:00
  • 1ee196134e Extended RedisJson support by implementing JSON.NUMINCRBY command (#919) Vladyslav Vildanov 2023-01-26 15:57:23 +02:00
  • 7ca3a05598 Extended RedisJson support by implementing JSON.STRLEN command (#917) Vladyslav Vildanov 2023-01-26 15:50:11 +02:00
  • 3abde58f60 Extended RedisJson support by implementing JSON.STRAPPEND command (#915) Vladyslav Vildanov 2023-01-26 15:44:03 +02:00
  • e486f8a7e1 Extended RedisJson support by implementing JSON.OBJLEN command (#913) Vladyslav Vildanov 2023-01-26 15:34:59 +02:00
  • 729598e37b Extended RedisJson support by implementing JSON.OBJKEYS command (#911) Vladyslav Vildanov 2023-01-26 15:25:33 +02:00
  • f126f0b567 Extended RedisJson support by implementing JSON.DEL command (#909) Vladyslav Vildanov 2023-01-26 15:17:47 +02:00
  • 9bedabebd5 Extended Redis JSON support by implementing JSON.MGET (#892) Vladyslav Vildanov 2023-01-26 15:09:48 +02:00
  • 5707784900 Extended Bloom Filter support by implementing BF.INSERT command (#891) Vladyslav Vildanov 2023-01-26 15:01:56 +02:00
  • e20ebaf8fb Extended Bloom Filters by implementing BF.LOADCHUNK command (#890) Vladyslav Vildanov 2023-01-26 14:52:49 +02:00
  • 87ef63e9da Extended Bloom Filter by implementing BF.SCANDUMP command (#889) Vladyslav Vildanov 2023-01-26 14:41:14 +02:00
  • 549b4414c4 Extended Bloom Filters by implementing BF.RESERVE command (#888) Vladyslav Vildanov 2023-01-26 14:25:10 +02:00
  • f82bee9a81 Extend Bloom filters by imlplementing BFMADD and BFMEXISTS commands (#887) Vladyslav Vildanov 2023-01-26 11:19:31 +02:00
  • 1170d09ac5 Extended Bloom filters by implementing BF.INFO command (#886) Vladyslav Vildanov 2023-01-26 10:40:20 +02:00
  • ca498b67a1 Added support for Cuckoo Filter, added CF.ADD and CF.EXISTS commands (#907) Vladyslav Vildanov 2023-01-25 18:48:14 +02:00
  • 50e005bfe3 Added support for new arguments for EXPIRE, EXPIREAT commands (#1046) Vladyslav Vildanov 2023-01-25 18:00:23 +02:00
  • c541617333 Added support for new arguments for BITPOS, BITCOUNT commands (#1045) Vladyslav Vildanov 2023-01-25 17:59:44 +02:00
  • 7b7e93a53f Added support for Bloom Filters module, added support for BF.ADD, BF.EXISTS commands (#874) Vladyslav Vildanov 2023-01-25 17:37:21 +02:00
  • f8797aaa29 Added support for Redis JSON module commands, added JSON.SET and JSON.GET commands (#868) Vladyslav Vildanov 2023-01-25 14:51:22 +02:00
  • 0a8e0c2f96 remove CONTRIBUTING file Till Krüss 2023-01-21 17:20:25 -08:00
  • 793de36822 Update README.md Till Krüss 2023-01-21 17:17:25 -08:00
  • fa13640ddd try another format Till Krüss 2023-01-21 17:05:13 -08:00
  • 5331d943fe Upgrade static analysis to PHPStan level 2 (#1043) Viktor Szépe 2023-01-22 01:03:53 +00:00
  • 74d5ad22dd Add Coverage badge to README (#1042) Viktor Szépe 2023-01-21 23:59:53 +00:00
  • a04bcb94fc try different license format Till Krüss 2023-01-21 14:10:06 -08:00
  • 9f77e5178f fix license header Till Krüss 2023-01-21 14:08:25 -08:00
  • ac259bdb6f Add complete CI (#1036) Viktor Szépe 2023-01-21 21:22:13 +00:00
  • 6e45ca5154 Create README.md Till Krüss 2023-01-21 13:17:31 -08:00
  • c201af5ad3 Fix PHPStan level 2 problems (#1025) Viktor Szépe 2023-01-20 22:20:53 +00:00
  • 1c6c5feb3a Extended core support by implementing EVALSHA_RO command (#1034) Vladyslav Vildanov 2023-01-20 21:15:39 +02:00
  • a8c5794b8a Added support for LCS command (#1035) Vladyslav Vildanov 2023-01-20 21:14:50 +02:00
  • ccc2860ad2 Added support for EVAL_RO command (#1032) Vladyslav Vildanov 2023-01-20 21:13:46 +02:00
  • 1cd78095e6 drop phpcs version to 3.3 for php 7.2 support Till Krüss 2023-01-19 09:49:27 -08:00
  • f6f4830b3c tweak composer config Till Krüss 2023-01-19 09:28:33 -08:00
  • e3ad353125 Extended Sets support by implementing SINTERCARD command (#1027) Vladyslav Vildanov 2023-01-19 19:17:15 +02:00
  • e00d1a0bd3 Added support for EXPIRETIME command (#1029) Vladyslav Vildanov 2023-01-19 19:15:20 +02:00
  • 64604de751 Added support for PEXPIRETIME command (#1031) Vladyslav Vildanov 2023-01-19 19:14:55 +02:00
  • 20dcb4bb73 Fix LICENSE file (#1026) Viktor Szépe 2023-01-19 00:03:08 +00:00
  • 3daf75508d Add phpstan level 0 (#1022) Fran Moreno 2023-01-18 22:33:51 +01:00
  • 7a4b3d1d0f Update .editorconfig Till Krüss 2023-01-18 13:27:04 -08:00
  • 3cf958580a Update .editorconfig Till Krüss 2023-01-18 13:26:53 -08:00
  • d6dc6e51e1 Add CS job (#1024) Fran Moreno 2023-01-18 19:02:26 +01:00
  • 113145f306 more code formatting Till Krüss 2023-01-17 14:49:39 -08:00
  • 47a7cbc862 unify code formatting Till Krüss 2023-01-17 14:46:46 -08:00
  • 3c8a811ca3 update examples Till Krüss 2023-01-17 14:43:40 -08:00
  • f4bd6d44b1 update cs-fixer config Till Krüss 2023-01-17 14:42:59 -08:00
  • 6b6179ee44 don’t run tests twice Till Krüss 2023-01-17 14:42:30 -08:00
  • 82791e55e1 format tests Till Krüss 2023-01-17 14:41:34 -08:00
  • ea7698e12f use single quotes Till Krüss 2023-01-17 14:32:16 -08:00
  • af2e5cc553 order imports Till Krüss 2023-01-17 14:30:18 -08:00
  • b1009f46ac unify spacing Till Krüss 2023-01-17 14:29:31 -08:00
  • a09da4f3b0 trailing multiline commas Till Krüss 2023-01-17 14:11:46 -08:00
  • 06c00ac43f import global namespace Till Krüss 2023-01-17 14:08:50 -08:00
  • f3deda22cd no @link tags Till Krüss 2023-01-17 14:04:00 -08:00
  • c412594217 align phpdoc vertically Till Krüss 2023-01-17 13:52:39 -08:00
  • cc40219268 use short array syntax Till Krüss 2023-01-17 13:48:22 -08:00
  • 31b65f614b Remove @author tags Till Krüss 2023-01-17 13:38:17 -08:00
  • c9babb1984 update copyright comments Till Krüss 2023-01-17 13:06:48 -08:00
  • c2af9427c5 update MIT license template Till Krüss 2023-01-17 12:41:48 -08:00
  • c5b60884e8 tag v2.1.1 v2.1.1 Till Krüss 2023-01-17 12:57:35 -08:00
  • 836ab07d40 Fix support options array in ZINTERSTORE and ZUNIONSTORE (#1018) Till Krüss 2023-01-17 12:50:15 -08:00
  • 2bfc8a9316 Fix Client template (#1017) Fran Moreno 2023-01-17 21:48:39 +01:00
  • d21576669d remove phpiredis suggestion Till Krüss 2023-01-17 09:42:23 -08:00
  • 65fe24e346 bump version Till Krüss 2023-01-17 09:42:04 -08:00
  • fbf270156f tweak workflow formatting v2.1.0 Till Krüss 2023-01-16 15:33:05 -08:00
  • 24630fbd5b tag 2.1.0 Till Krüss 2023-01-16 15:21:30 -08:00
  • bded73f516 tweak release draft template [skip ci] Till Krüss 2023-01-16 15:21:19 -08:00
  • 6a3f4a4c08 Update release-drafter-config.yml Till Krüss 2023-01-16 15:12:32 -08:00
  • 47896f1be7 Extended core support by implementing BLMPOP command (#1015) Vladyslav Vildanov 2023-01-16 18:46:59 +02:00
  • 586b039289 Fix builds badge (#1014) erikn69 2023-01-16 11:45:19 -05:00
  • d1acca607e Added support for LMPOP command (#1013) Vladyslav Vildanov 2023-01-16 18:45:04 +02:00
  • bb8cce7bcf adjust travis config Till Krüss 2023-01-10 08:48:39 -08:00
  • 721c829042 Extended server functionality by implementing FAILOVER command (#875) Vladyslav Vildanov 2022-12-29 22:19:17 +02:00
  • b8cc7c643a Extended Key Space support by implementing COPY command (#866) Vladyslav Vildanov 2022-12-29 22:18:08 +02:00
  • b47aa7ad3a Extended Geospatial support by implementing GEOSEARCHSTORE command (#873) Vladyslav Vildanov 2022-12-29 22:16:51 +02:00
  • bb65b31580 Extend Geospatial support by implementing GEOSEARCH command (#867) Vladyslav Vildanov 2022-12-28 19:10:03 +02:00
  • e540ca062b Added support for SISMEMBER command (#871) Vladyslav Vildanov 2022-12-23 21:18:50 +02:00
  • 9c543ef5b1 Added support for HRANDFIELD command (#870) Vladyslav Vildanov 2022-12-23 21:18:33 +02:00
  • 83fb0020a1 Added support for GETEX command (#872) Vladyslav Vildanov 2022-12-23 21:17:24 +02:00
  • 4a77aea9ef Added support for GETDEL command (#869) Vladyslav Vildanov 2022-12-20 19:32:58 +02:00
  • 72bc11eb63 Extended Sorted Set support by adding ZINTER command (#859) Vladyslav Vildanov 2022-12-14 18:54:30 +02:00
  • f26fd899f9 Extend Sorted Set support by implementing BZPOPMAX command (#864) Vladyslav Vildanov 2022-12-13 20:26:47 +02:00
  • 65447807ed Extended Sorted Set support by adding ZUNION command (#860) Vladyslav Vildanov 2022-12-13 18:41:56 +02:00
  • 5418cd5813 Extended Sorted Set support by adding BLMOVE command (#865) Vladyslav Vildanov 2022-12-13 18:38:35 +02:00
  • bc5892e260 Extended Sorted Set support by adding BZPOPMIN command (#862) Vladyslav Vildanov 2022-12-12 18:38:26 +02:00
  • 7c0cc7bdbe Extended Sorted Set support by adding ZINTERCARD command (#861) Vladyslav Vildanov 2022-12-12 18:38:06 +02:00
  • 87ecd7bde2 Added support for LMOVE command (#863) Vladyslav Vildanov 2022-12-12 18:37:28 +02:00
  • f9e77a0562 Refactored ZUNIONSTORE, ZINTERSTORE, removed Numkeys trait, improved Withscores response parsing (#858) Vladyslav Vildanov 2022-12-09 17:37:22 +02:00
  • d2b05ff58a Added mixin annotations for traits (#835) Vladyslav Vildanov 2022-12-07 19:19:04 +02:00
  • e24ecbbf90 Fixing the release drafter, to honour the main branch (#857) Chayim 2022-12-07 12:08:16 +02:00
  • 9f3bdd5616 Extend Sorted Set support by implementing ZRANGESTORE command (#829) Vladyslav Vildanov 2022-12-06 18:40:06 +02:00
  • 57a24413c2 Adding the release drafter for release management (#811) Chayim 2022-12-05 19:25:47 +02:00
  • 0e6126ba9d Added support for BZMPOP command (#833) Vladyslav Vildanov 2022-12-05 18:33:43 +02:00
  • 7904fed6da Added support for ZMPOP command (#831) Vladyslav Vildanov 2022-12-01 22:10:20 +02:00
  • cfd6f030bc Extend Sorted Set support by implementing ZDIFFSTORE command (#828) Vladyslav Vildanov 2022-11-30 23:23:08 +02:00
  • 35d18d739a Added response parser for WithScore trait (#830) Vladyslav Vildanov 2022-11-30 23:20:56 +02:00