Skip to content

Commit 7d6088e

Browse files
committed
Updates
1 parent 96d0e0a commit 7d6088e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-cache-for-redis/cache-python-get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If you want to skip straight to the code, see the [Python quickstart](https://gi
3434

3535
## Install redis-py
3636

37-
[Redis-py](https://github.com/andymccurdy/redis-py) is a Python interface to Azure Cache for Redis. Use the Python packages tool, `pip`, to install the `redis-py` package from a command prompt.
37+
[Redis-py](https://pypi.org/project/redis/) is a Python interface to Azure Cache for Redis. Use the Python packages tool, `pip`, to install the `redis-py` package from a command prompt.
3838

3939
The following example used `pip3` for Python 3 to install `redis-py` on Windows 11 from an Administrator command prompt.
4040

@@ -55,7 +55,7 @@ b'bar'
5555
```
5656

5757
> [!IMPORTANT]
58-
> For Azure Cache for Redis version 3.0 or higher, TLS/SSL certificate check is enforced. ssl_ca_certs must be explicitly set when connecting to Azure Cache for Redis. For RedHat Linux, ssl_ca_certs are in the */etc/pki/tls/certs/ca-bundle.crt* certificate module.
58+
> For Azure Cache for Redis version 3.0 or higher, TLS/SSL certificate check is enforced. `ssl_ca_certs` must be explicitly set when connecting to Azure Cache for Redis. For RedHat Linux, `ssl_ca_certs` are in the `/etc/pki/tls/certs/ca-bundle.crt` certificate module.
5959
6060
## Create a Python sample app
6161

0 commit comments

Comments
 (0)