SamR1 / FitTrackee

Self-hosted outdoor activity tracker :bicyclist:
https://samr1.github.io/FitTrackee
GNU Affero General Public License v3.0
699 stars 43 forks source link

Redis is no longer Free Software #554

Open DavidHenryThoreau opened 4 months ago

DavidHenryThoreau commented 4 months ago

Redis is no longer Free Software

Sources : https://www.theregister.com/2024/04/03/open_source_redis_alternative/ https://redis.io/blog/redis-adopts-dual-source-available-licensing/

Alternatives : https://docs.keydb.dev/ https://valkey.io/

mbacchi commented 3 months ago

I looked at this and dependencies dramatiq and flask-limiter have no support for valkey. It would be necessary to have those support valkey before replacing redis in FitTrackee. It would be worth opening issues on both those repos to support valkey.