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 3
3
The Python interface to the Redis key-value store.
4
4
5
5
[ ![ 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/ )
7
7
[ ![ MIT licensed] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( ./LICENSE )
8
8
[ ![ pypi] ( https://badge.fury.io/py/redis.svg )] ( https://pypi.org/project/redis/ )
9
9
[ ![ 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 1
1
# Examples
2
2
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
4
4
[ Uptrace] ( https://github.com/uptrace/uptrace ) . It requires Docker to start Redis Server and Uptrace.
5
5
6
6
See
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 )
8
8
for details.
9
9
10
10
** Step 1** . Download the example using Git:
You can’t perform that action at this time.
0 commit comments