Hi,
We’re currently using AWS Redis version 6.2.6 with Drone, does anyone know if version 7 which is now available, is compatible?
Thanks
Simon
Hi,
We’re currently using AWS Redis version 6.2.6 with Drone, does anyone know if version 7 which is now available, is compatible?
Thanks
Simon
Hi @simon.logan in what capacity are you using redis?
is it part of a plugin?
or simply a drone service pointing to a redis image in a container registry? - if that is the case it should be compatible - although you may need to change the commands you use to interact with it if the redis CLI has changed.
Hope this is helpful
Hi @d1wilko
Thanks for the reply, apologies for the slow response.
We run Drone on a K8S platform and use Redis for session storage. So it’s part of our deployment manifest. It uses a connection string and secret to connect.
Regards
Simon