💭 valkey-io/valkey: A flexible distributed key-value datastore t...

!https://github.com/valkey-io/valkey

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

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.

docker run -p 6379:6379 -it valkey/valkey:latest

You can install the python library with

python -m venv .venv
. ./.venv/bin/activate
pip install "valkey[libvalkey]"

Note

This post is a thought. It’s a short note that I make about someone else’s content online #thoughts

Connections

Related tags and posts connected to this entry.