</>PackageGraphPackageGraph

redis

PyPIv8.1.0

Python 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.

1
Direct dependencies

Runtime packages this one declares itself.

1
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

554 KB
Install size

Unpacked size of this package plus its entire runtime tree.

1
Tree depth

Longest resolved dependency chain below this package.

Licenses in the dependency tree

Apache 2

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.

Relationship graph

Dependencies (left) and dependents (right) of redis.

async-timeoutredis
redis dependencies dependents

Release history

34 releases in the last two years, typically about 15 days apart.

Recent versions of redis
VersionPublishedSizeLicense
8.1.0latest1 month ago547 KB
8.0.12 months ago491 KB
7.4.13 months ago401 KB
7.3.13 months ago395 KB
7.2.23 months ago387 KB
8.0.03 months ago488 KB
8.0.0b24 months ago450 KB
8.0.0b15 months ago442 KB
7.4.05 months ago400 KB
7.3.06 months ago395 KB
7.2.16 months ago387 KB
7.2.06 months ago386 KB
7.1.17 months ago348 KB
7.1.09 months ago346 KB
7.0.110 months ago332 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.