heathcliff26 / fleetlock

Implements Zincati FleetLock protocol
Apache License 2.0
1 stars 0 forks source link

Tracker: Deprecate redis in favor of valkey, delete redis package and config in 2025 #67

Open heathcliff26 opened 3 months ago

heathcliff26 commented 3 months ago

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 by addresses.

heathcliff26 commented 3 months ago

Redis package and config option will be deleted in 2025