Since redis changed their server license, there is no way to tell if they will change it as well for the clients. Out of caution, switch to valkey's go-client.
[x] #69
[x] #70
[x] #71
[x] #72
[x] #74
[x] Release next version with new client code
[x] Set date for redis configuration deprecation
[ ] #75
To migrate to valkey, simply replace the redis configuration with valkey. They are nearly identical, with the exception that address is replaced by addresses.
Since redis changed their server license, there is no way to tell if they will change it as well for the clients. Out of caution, switch to valkey's go-client.
To migrate to valkey, simply replace the redis configuration with valkey. They are nearly identical, with the exception that
address
is replaced byaddresses
.