-
Notifications
You must be signed in to change notification settings - Fork 326
[DRAFT] feat: implement redis array on phpredis. Issue #195 #746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
[DRAFT] feat: implement redis array on phpredis. Issue #195 #746
Conversation
@ostrolucky Could you give some guide here? I don't know exactly which hosts or ports should use for the tests and get the connection done. I try to use like in other tests but it seems not working in the connection pipeline. Thanks |
@shakaran Here is the configuration of redis nodes used in tests https://github.com/snc/SncRedisBundle/tree/master/.github/workflows/redis-configs. If you follow the README, you will also have a way to reproduce this locally. |
I can reproduce 100% locally with overmind, the same error than the pipeline, but I dont know why the tests are not connecting to the nodes in my tests.
|
37c8fe3
to
e049151
Compare
Well you are using made up API RedisArray::getHosts(), that's why. |
Related #195