coleifer/walrus
Lightweight Python utilities for working with Redis observed · 2026-08-28
Health v2 · maintenance only
51/100
- Activity 62
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4269
- days_rel: n/a
- days_push: 230
- n_releases_24m: 0
Adoption not part of the score
1205 stars · 93 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Walrus is a lightweight Python library that subclasses and extends the redis-py client, acting as a drop-in replacement with added utilities. It provides Pythonic container classes for Redis data types, plus caching, full-text search, autocomplete, rate-limiting, locking, and experimental active-record models with secondary indexes.
Use cases
- use redis from python with a nicer api
- cache function calls in python with redis
- add full-text search on top of redis
- implement rate limiting with redis
- persist structured models in redis with secondary indexes
- consume redis streams with consumer groups in python
- add autocomplete to my app using redis
When to choose
- you already use redis-py and want extra features without changing clients
- you need redis-backed caching, locking, rate-limiting, or search in Python
- you want active-record-style models persisted in Redis
When to avoid
- you need a mature, fully-featured ORM rather than experimental models
- you don't use Redis
- you need a dedicated search engine like Elasticsearch for complex search requirements
Facets
library · maturity active
database-driver orm caching search-engine rate-limiting databases developer-tools backend python redis-py redis-client full-text-search streams consumer-groups drop-in-replacement active-record distributed-lock bloom-filter autocomplete search redis
2 sources
- readme: https://github.com/coleifer/walrus · fetched 2026-08-28 · 976a56d37a47
- registry_pypi: https://pypi.org/pypi/walrus/json · fetched 2026-08-29 · 80f780d7fc63
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| coleifer/walrus | main | 51 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem