In-memory data store for caching, queues, and real-time apps.
Description
Redis is the world's most popular in-memory data structure store. Use it as a cache, message broker, streaming engine, or database. Sub-millisecond latency with support for strings, hashes, lists, sets, and sorted sets.
A task runner for Python projects that works with Poetry and uv
Description
A simple, fast task runner designed for Python projects. Define tasks in your pyproject.toml and run them with a single command. Works seamlessly with Poetry, uv, and pip. Supports task dependencies, environment variables, shell commands, and Python function calls. Replaces Makefiles and shell scripts with something that actually belongs in a Python project.