fkie-cad / FACT_core

Firmware Analysis and Comparison Tool
https://fkie-cad.github.io/FACT_core
GNU General Public License v3.0
1.24k stars 224 forks source link

Replace Redis by Redict #1207

Open maringuu opened 7 months ago

maringuu commented 7 months ago

See here for a nice blog article describing what happened to redis.

tldr: Redis relicensed to a non-free (as in freedom) license.

There might emerge more forks of redis, lets see how they evolve and chose the most promising one.

jstucke commented 7 months ago

Since the deb packages will probably still use the BSD licensed version for the next couple of months, we don't have to take immediate action. I would assume the packaged versions for Ubuntu 24.04 are probably also fixed already with a "usable" Redis version. But should keep this in mind and make the switch if necessary

ElDavoo commented 6 months ago

valkey might be another drop-in replacement?