redis
PyPIv8.1.0Python client for Redis database and key-value store
Not recommended for new projects
No — redis should not be adopted for new projects. No license declared — you have no explicit right to use this code.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- AMaintenance: grade A, Excellent.
Last published 41 days ago. 37 releases in the last 2 years.
- AWeight: grade A, Excellent.
Pulls in 1 transitive package, about 554 KB installed.
- BSupply chain: grade B, Good.
This package lists no maintainer.
- FLicense: grade F, Failing.
No license declared — you have no explicit right to use this code.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding redis to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Licenses in the dependency tree
Every license you inherit by installing redis, not just its own. Check this before a legal review, not after.
Compatibility
- Python
- python >=3.10
Quick start
A usage example from the redis README.
>>> import redis
>>> r = redis.Redis(host='localhost', port=6379, db=0)
>>> r.set('foo', 'bar')
True
>>> r.get('foo')
b'bar'Dependencies
Declared by redis v8.1.0. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (1)
Relationship graph
Dependencies (left) and dependents (right) of redis.
Release history
34 releases in the last two years, typically about 15 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 8.1.0latest | 1 month ago | 547 KB | — |
| 8.0.1 | 2 months ago | 491 KB | — |
| 7.4.1 | 3 months ago | 401 KB | — |
| 7.3.1 | 3 months ago | 395 KB | — |
| 7.2.2 | 3 months ago | 387 KB | — |
| 8.0.0 | 3 months ago | 488 KB | — |
| 8.0.0b2 | 4 months ago | 450 KB | — |
| 8.0.0b1 | 5 months ago | 442 KB | — |
| 7.4.0 | 5 months ago | 400 KB | — |
| 7.3.0 | 6 months ago | 395 KB | — |
| 7.2.1 | 6 months ago | 387 KB | — |
| 7.2.0 | 6 months ago | 386 KB | — |
| 7.1.1 | 7 months ago | 348 KB | — |
| 7.1.0 | 9 months ago | 346 KB | — |
| 7.0.1 | 10 months ago | 332 KB | — |
Overview
redis is an PyPI package that python client for Redis database and key-value store. The latest version is 8.1.0.
Who should use it
Teams working in the PyPI ecosystem who need python client for Redis database and key-value store and value a focused solution.
When not to use it
Consider an alternative if you need to or if a more actively-maintained option better fits your PyPI stack.
Pros
- Lean dependency tree (1 direct dependencies).
Cons
- No license detected — review usage terms before adopting.
Auto-generated from collected registry metadata. No external claims are inferred.
Keywords
Frequently asked questions
Should I use redis?
No — redis should not be adopted for new projects. No license declared — you have no explicit right to use this code.
How do I install redis?
Run `pip install redis` to add redis to your PyPI project.
How many dependencies does redis have?
redis declares 1 direct dependency and pulls in 1 packages in total once its runtime tree is resolved totalling about 554 KB on disk.
What license is redis released under?
No license was detected in redis's metadata; review the repository before use.
Is redis still maintained?
The most recent release of redis (v8.1.0) was published 1 month ago.