πŸ’­ valkey Β· PyPI ━━━━━━━━━━━━━━━ !https://pypi.org/project/valkey/ Date: February 17, 2025 Image: valkey β€” Python client for Valkey forked from redis-py valkey Python client for Valkey forked from redis-py PyPI Β· pypi.org python bindings for valkey, forked from redis. one notable difference I see from redis is that you can install with libvalkey to autmatically get faster parsing support. β”‚ For faster performance, install valkey with libvalkey support, this provides a compiled response parser, and for most cases requires zero code changes. By default, if libvalkey >= 2.3.2 is available, valkey-py will attempt to use it for response parsing. ``` 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