Now that Podium support both standalone and cluster Redis instances, it is necessary for our CI to check if any change is compliant with both implementations.
This PR adds a new job in our CI to test the implementation against the cluster to ensure nothing breaks. This new job will run in parallel while the standalone test is running on another job.
Now that Podium support both standalone and cluster Redis instances, it is necessary for our CI to check if any change is compliant with both implementations.
This PR adds a new job in our CI to test the implementation against the cluster to ensure nothing breaks. This new job will run in parallel while the standalone test is running on another job.