Juhani Aronen
Juhani Aronen
This is for production and dev. For the API I plan to add condition where the debug mode needs to be on in order for the API to work to...
@ADmad, @dereuromark Thank you for the feedback. I think I will add a disclaimer to the readME that some kind of request based authentication should be used with this in...
docker-compose.yml ```yml services: php: build: context: . args: PHP_MODE: production restart: unless-stopped volumes: - ./:/var/www/html depends_on: - redis-node-0 - redis-node-1 - redis-node-2 - redis-node-3 - redis-node-4 - redis-node-5 redis-node-0: image:...
Tests have been updated. There is a separated test for `RedisCluster`. The main problem with the current version of that test is that it uses static ips. Im not sure...
@dereuromark There were some comments left by @markstory regarding testing that I didn't fully understand. Other than that only the Actions needs to be setted to test the Redis cluster.
> Should we close this in favor of #18722 ? @zunnu > > It could make sense to have its own engine for this instead of overloading the existing Redis...
> > Should we close this in favor of #18722 ? > > Whoever gets the tests running for the cluster wins 🙂 This PR does have tests (I think...
The actions now has Redis Cluster checks
@ADmad Is there something to be done here or can this be merged?
> I merged #18721 changes into 5.next So if you rebase should be on latest changes then. Should be good now.