Vladyslav Vildanov
f07456d2ee
Added testing with Redis 8.10 GA ( #1715 )
2026-08-11 10:14:39 -07:00
Vladyslav Vildanov
ac3142abfe
Added experimental support for HIMPORT bulk hash import feature ( #1712 )
...
* Added support for HIMPORT bulk hash import feature
* Fixed pre-server execution registry miutating, added pre-loaded registry feature
* Refactored retry logic to use existing configuration
* Marked feature as experimental
* Remvoed non-ASCII chars
* Ensure IteratorAggregator interface is enforced
* Fixed bug with updateCachableException adds duplicate entries
* Added explicit reconnect for Relay tests
* Testing with custom image
* Removed redundant comment
* Fixed exception handling
* Removed non-ASCII char
* Fixed merged conflict bugs
2026-08-10 10:54:34 +03:00
dependabot[bot]
268240b6ac
Bump rojopolis/spellcheck-github-actions in the github-actions group ( #1714 )
...
Bumps the github-actions group with 1 update: [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions ).
Updates `rojopolis/spellcheck-github-actions` from 0.62.0 to 0.63.0
- [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases )
- [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rojopolis/spellcheck-github-actions/compare/0.62.0...0.63.0 )
---
updated-dependencies:
- dependency-name: rojopolis/spellcheck-github-actions
dependency-version: 0.63.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-03 13:06:35 -07:00
Vladyslav Vildanov
422990b631
Added support for LMOVEM and BLMOVEM commands ( #1709 )
...
* Added support for LMOVEM and BLMOVEM commands
* Removed background testing
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-07-22 10:01:21 +03:00
Vladyslav Vildanov
9302204964
Added support for SDIFFCARD and SUNIONCARD command ( #1700 )
...
* Added support for SDIFFCARD and SUNIONCARD command
* Fixed broken test
* Fixed failing tests
2026-07-17 10:36:00 +03:00
dependabot[bot]
7bd5426348
Bump the github-actions group with 3 updates ( #1697 )
...
Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout ), [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions ) and [hoverkraft-tech/compose-action](https://github.com/hoverkraft-tech/compose-action ).
Updates `actions/checkout` from 6 to 7
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v6...v7 )
Updates `rojopolis/spellcheck-github-actions` from 0.60.0 to 0.62.0
- [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases )
- [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rojopolis/spellcheck-github-actions/compare/0.60.0...0.62.0 )
Updates `hoverkraft-tech/compose-action` from 2.6.0 to 3.0.0
- [Release notes](https://github.com/hoverkraft-tech/compose-action/releases )
- [Commits](https://github.com/hoverkraft-tech/compose-action/compare/v2.6.0...v3.0.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: rojopolis/spellcheck-github-actions
dependency-version: 0.62.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: hoverkraft-tech/compose-action
dependency-version: 3.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-02 08:48:21 -07:00
Vladyslav Vildanov
efb3958fb7
Added support for new TS commands + Indonesian language support integration test ( #1695 )
...
* Added support for new TS commands
* Fixed version constraints
* Codestyle fixes
* Remvoed TS.BGET command
2026-06-25 21:11:59 +03:00
Copilot
a1ede6c5e8
Fixed workflow permissions warnings ( #1690 )
2026-06-15 10:34:10 -07:00
dependabot[bot]
84c77ea460
Bump the github-actions group with 5 updates ( #1683 )
2026-06-02 10:32:02 -07:00
Vladyslav Vildanov
1611b33e4a
Updated 8.8 GA test image ( #1679 )
2026-06-02 09:28:39 -07:00
Vladyslav Vildanov
37ed2dcd77
Updated INCREX arguments ( #1677 )
...
* Updated INCREX command arguments
* Updated test image
* Updated CHANGELOG.md
* Updated test image
2026-05-22 12:17:15 +03:00
Vladyslav Vildanov
d6f91964e0
Added support for new array commands ( #1672 )
...
* Added support for new array commands
* Updated test image, fixed tests
* Updated CHANGELOG.md
* Removed ARLASTITEMS from ClusterStrategy testing
* Fixed broken tests
* Fixed broken test
* Updated 8.8-RC1 image
* Fixed Vector Set tests
2026-05-19 12:19:46 +03:00
Vladyslav Vildanov
f12e6694b5
Added support for INCREX command ( #1674 )
...
* Added support for INCREX command
* Fixed RESP2 and RESP3 incompatibility
* Removed non-printable characters
* Codestyle fixes
2026-05-13 11:11:07 +03:00
Vladyslav Vildanov
268449ae69
Added testing for subkey notification channels ( #1671 )
...
* Added testing for subkey notification channels
* Updated CHANGELOG.md
* Codestyle fixes
* Added test cleanup
* Added relay-incompatible label
2026-04-29 22:29:28 +03:00
Vladyslav Vildanov
54bb300931
Updated arguments name for GCRA command ( #1667 )
...
* Renamed GCRA parameters to match latest API
* Updated test image
* Updated version requirements
* Fixed broken test
* Updated CHANGELOG.md
2026-04-20 10:09:34 +03:00
Vladyslav Vildanov
7a4fa99d13
Added support for GCRA command ( #1657 )
...
* Added support for GCRA command
* Codestyle fixes
* Updated test image
2026-03-24 13:50:23 +02:00
Vladyslav Vildanov
6c9de258be
Fixed getParameter() call on array + added integration testing with Sentinel ( #1636 )
...
* Fixed getParameter() call on array + added integration testing with Sentinel
* Added sentinel.conf
* Updated CHANGELOG.md
* Added handling of ParametersInterface
2026-02-13 11:30:43 +02:00
Vladyslav Vildanov
8b9f882a43
Added testing with Redis 8.6 GA ( #1634 )
2026-02-11 09:00:42 -08:00
Vladyslav Vildanov
861bde010a
Added support for HOTKEYS container command ( #1630 )
...
* Added testing with SSL authentication using CN
* Update CHANGELOG.md
* Codestyle changes
* Fixed broken tests
* Fixed hybdrid tests
* Fixed SSL tests
* Fixed array merging
* Updated README.md
* Updated spelling list
* Added support for HOTKEYS container command
* Added ignoring for PHPUnit package
* Update CHANGELOG.md, codestyle fixes, mark tests as relay-incompatible
* Added RESP3 test, fixed response parsing
* Removed redundant tests
* Added cluster test
* Fix assertion
2026-02-05 10:48:48 +02:00
Vladyslav Vildanov
a24a7be9b4
Added support for Redis 8.6 ( #1631 )
...
* Added support for Redis 8.6
* Codestyle changes and test fixes
* Fixed hybdrid tests
* Updated CHANGELOG.md and composer.json
* Fixed XINFO tests
2026-02-04 10:49:05 +02:00
Pavlo Yatsukhnenko
0ae180c942
Enable more Relay tests ( #1617 )
...
run tests against relay nightly for faster testing
2025-11-27 16:18:22 -08:00
Vladyslav Vildanov
6ef87493ca
Added testing with 8.4-GA ( #1611 )
2025-11-19 08:30:39 -08:00
Vladyslav Vildanov
f4dcf6ce57
Added testing with 8.4-RC1-pre.2 ( #1605 )
...
* Added testing with 8.4-RC1-pre.2
* Updated CHANGELOG.md
2025-11-03 16:49:12 +02:00
Vladyslav Vildanov
72a95b3d75
Added testing with 8.4-RC1-pre image ( #1602 )
...
* Added testing with 8.4-RC1-pre image
* Updated CHANGELOG.md
2025-10-27 09:47:24 -07:00
Vladyslav Vildanov
fd1a0fc278
Added testing with 8.4-M01 ( #1593 )
2025-10-17 10:42:36 -07:00
Vladyslav Vildanov
8a0c70baa5
Added testing with 8.2.1-pre ( #1588 )
2025-08-15 09:13:51 -07:00
Vladyslav Vildanov
9e9deec4df
Tag v3.2.0 ( #1585 )
...
* Tag v3.2.0
* Updated 8.2 test image
2025-08-06 09:41:24 +03:00
Elena Kolevska
8f18de1c12
Updates 8.2 test image to rc2 ( #1583 )
2025-08-01 12:42:25 -07:00
Vladyslav Vildanov
4dcc66f47e
Updated Redis 8.2 test image ( #1573 )
...
* Updated Redis 8.2 test image
* Updated CHANGELOG.md
2025-07-03 16:53:00 +03:00
Vladyslav Vildanov
5e59123f0a
Added testing with 8.2 ( #1567 )
...
* Added testing with 8.2
* Updated CHANGELOG.md
* Updated conditions for Relay stack tests
* Removed redundat condition
* Removed stack port overriding
2025-06-20 18:39:26 +03:00
Vladyslav Vildanov
9992595711
Updated Redis 8.0 test image ( #1562 )
...
* Updated Redis 8.0 test image
* Updated CHANGELOG.md
* Updated version restriction
* Marked test as relay-incompatible
2025-06-16 09:42:56 -07:00
Vladyslav Vildanov
06c904af37
fix(auth): Adds default user if only password used for authentication ( #1535 )
2025-05-13 09:01:21 -07:00
Vladyslav Vildanov
3cc35471e6
Testing with Redis 8.0.1 ( #1538 )
2025-05-08 06:09:26 -07:00
Vladyslav Vildanov
aa72649e43
8.0-RC2 testing ( #1531 )
2025-04-29 08:25:18 -07:00
Till Krüss
5368c27dfb
add changelog linter
2025-04-15 09:21:47 -07:00
vladvildanov
28c76afac0
Removed testing against 6.2
2025-03-31 12:36:45 +03:00
Vladyslav Vildanov
b32511926d
Enable stack and cluster tests on 3 latest API versions ( #1517 )
...
* Enable stack and cluster tests on 3 latest API versions
* Changed type to string
* Fixed stack tests run against Redis 8.0
* Marked tests as incompatible with 8.0
* Marked more tests as incompatible
* Marked test as incompatible qwith 8.0
* Enable stack and cluster tests for certain PHP versions
* Restrict test to version Redis > 6.2
* Fixed version
* Override stack port for coverage test case
* Added test case for FT.EXPLAIN with dialect 2
* Added additional argument
* Added test cases for new INT8 and UINT8 vectors
2025-03-03 10:31:59 +02:00
Vladyslav Vildanov
7b1558abfa
Backport #1510 , #1513 ( #1514 )
2025-02-25 09:13:40 -08:00
vladvildanov
24ddf95ba2
Updated stack to test against stable version
2025-01-14 09:41:14 -08:00
vladvildanov
2b901872da
Reverted merge reports
2025-01-14 09:41:14 -08:00
vladvildanov
d6ff81a22c
Updated cluster infrastructure files
2025-01-14 09:41:14 -08:00
vladvildanov
b2511a40cf
Changed GH action
2025-01-14 09:41:14 -08:00
Jiří Bok
c83ffa43d8
Make Relay work with Redis cluster ( #1397 )
2025-01-14 09:41:14 -08:00
Vladyslav Vildanov
d56e32715b
Improved Relay integration ( #1423 )
...
* Fixed Relay objects structure (#1419 )
* Added OSS cluster tests (#1421 )
---------
Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com >
2023-12-28 10:17:04 -08:00
Vladyslav Vildanov
87b0d2fa15
Merge test reports ( #1424 )
2023-12-27 13:33:52 -08:00
Vladyslav Vildanov
b02c33149b
Added permissions for release-drafter action ( #1418 )
2023-11-16 12:00:35 +02:00
Vladyslav Vildanov
d1a1596d14
Enable CI on 3.x branch ( #1417 )
2023-11-16 11:51:43 +02:00
Vladyslav Vildanov
da763471cd
Updated RESP3 docs ( #1415 )
...
* Added redis_url specification, updated release-drafter workflow
* Updated release-drafter
2023-11-16 11:44:20 +02:00
Chayim
0e269098a1
[3.0] release drafter with commitish ( #1416 )
...
* spellcheck
* spelling
* fix bad commit
* spelling
* updating version of spellcheck action
* release drafter for 3
* Extended wordlist
---------
Co-authored-by: vladvildanov <divinez122@outlook.com >
2023-11-16 11:38:57 +02:00
Vladyslav Vildanov
662fdb99b3
Added support for redis gears trigger function commands ( #1348 )
...
* Added support for redis gears trigger function commands
* Exclude gears tests from relay connection tests
* Codestyle fixes
* Added missing test coverage
* Updated method description
* Use redis-stack:edge image istead of separate container
* Updated RESP3 modules responses
* Removed redundant constants
* Added additional timeout to make sure that index was created
* Marked test as relay-incompatible
* Mark tests as relay-incompatible
* Mark tests as relay-incompatible
* Increase timeout after index creation
* Added support for trigger functions command run against OSS cluster
* Mark gears cluster tests with appropriate annotation
* Marked with cluster annotation
* Codestyle fixes
* Removed refresh cluster on connection, moved to refresh manually in tests
* Removed redundant test
* Updated README, added comments with README references
* Revert "Marked test as relay-incompatible"
This reverts commit d888968b7b .
* Revert changes
* Revert "Mark tests as relay-incompatible"
This reverts commit 7d34370c6b .
* Revert "Updated RESP3 modules responses"
This reverts commit 5cf122ad71 .
* Removed latest image
* Updated RESP3 modules responses (#4 )
* Marked tests as relay-incompatible (#3 )
* Marked test as relay-incompatible
* Mark tests as relay-incompatible
* Mark tests as relay-incompatible
* Changed tests group for RESP3 not supported tests
* Fixed broken tests
* Removed redundant test
* Marked test as relay-incompatible
* Codestyle fixes
* Updated CHANGELOG.md
* Updated CHANGELOG.md
* Revert php-cs-fixer style changes
---------
Co-authored-by: Chayim <chayim@users.noreply.github.com >
2023-11-01 18:09:09 +02:00