💭 valkey-io/valkey: A flexible distributed key-value datastore t... =================================================================== !https://github.com/valkey-io/valkey Date: February 17, 2025 GitHub - valkey-io/valkey: A flexible distributed key-value database that is optimized for caching and other realtime workloads. A flexible distributed key-value database that is optimized for caching and other realtime workloads. - valkey-io/valkey GitHub · github.com [1] valkey appears to be the largest open source fork of redis that was forked just before their transition to the new source available licenses. One notable thing missing from the readme is how to run with docker, which I saw in the valkey-py docs. ``` bash docker run -p 6379:6379 -it valkey/valkey:latest ``` You can install the python library with ``` bash python -m venv .venv . ./.venv/bin/activate pip install "valkey[libvalkey]" ``` !!! note This post is a thought [2]. It's a short note that I make about someone else's content online #thoughts [3] References: [1]: https://github.com/valkey-io/valkey [2]: /thoughts/ [3]: /tags/thoughts/