can you explain why it would make sense to use a remote redis?
Thread Starter
sgpro
(@sgpro)
when you’re running redis along wordpress in a docker compose stack, it wouldn’t necessarely be completely “remote”, but having other options outside of just ‘localhost’ would be helpful
Please explain. What option do you need?
Is there any way to auto-detect?
Are you expecting to input a URL instead of “localhost” – what are possible values in the docker environment?
Thread Starter
sgpro
(@sgpro)
If a redist instance cannot be found at localhost:6379, just give the users a text field for specifying a hostname and port, for example, I set this in the plugin’s PHP source code:
try { $redis->connect('redis.docker.internal.prod', 6379); }\
Please go to https://atecplugins.com/
And download atec-deploy to install pre-release version of atec-cache-info
new input for host:port, unix path.
Thread Starter
sgpro
(@sgpro)
thank you Chris for implementing this change, solid work!
– Alex
Does it work for you? Great.