File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33The Python interface to the Redis key-value store.
44
55[ ![ CI] ( https://github.com/redis/redis-py/workflows/CI/badge.svg?branch=master )] ( https://github.com/redis/redis-py/actions?query=workflow%3ACI+branch%3Amaster )
6- [ ![ docs] ( https://readthedocs.org/projects/redis/badge/?version=stable&style=flat )] ( https://redis-py .readthedocs.io/en/stable/ )
6+ [ ![ docs] ( https://readthedocs.org/projects/redis/badge/?version=stable&style=flat )] ( https://redis.readthedocs.io/en/stable/ )
77[ ![ MIT licensed] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( ./LICENSE )
88[ ![ pypi] ( https://badge.fury.io/py/redis.svg )] ( https://pypi.org/project/redis/ )
99[ ![ pre-release] ( https://img.shields.io/github/v/release/redis/redis-py?include_prereleases&label=latest-prerelease )] ( https://github.com/redis/redis-py/releases )
Original file line number Diff line number Diff line change 11# Examples
22
3- Examples of redis-py usage go here. They're being linked to the [ generated documentation] ( https://redis-py .readthedocs.org ) .
3+ Examples of redis-py usage go here. They're being linked to the [ generated documentation] ( https://redis.readthedocs.org ) .
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This example demonstrates how to monitor Redis using [OpenTelemetry](https://ope
44[ Uptrace] ( https://github.com/uptrace/uptrace ) . It requires Docker to start Redis Server and Uptrace.
55
66See
7- [ Monitoring redis-py performance with OpenTelemetry] ( https://redis-py .readthedocs.io/en/latest/opentelemetry.html )
7+ [ Monitoring redis-py performance with OpenTelemetry] ( https://redis.readthedocs.io/en/latest/opentelemetry.html )
88for details.
99
1010** Step 1** . Download the example using Git:
You can’t perform that action at this time.
0 commit comments