File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
content/operate/kubernetes Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ The log collector tool has two modes:
1818- ** restricted** collects only resources and logs created by the operator and Redis Enterprise deployments
1919- ** all** collects everything from your environment
2020
21- {{<note >}} This script requires Python 3.6 or later. {{</note >}}
21+ {{<note >}} This script requires Python 3.11 or later. {{</note >}}
2222
2323## Prerequisites
2424
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ print(r.info())
134134Your output should look something like this:
135135
136136``` sh
137- $ /Users/example-user/Documents/Projects/test_client/venv3.7 /bin/python \
137+ $ /Users/example-user/Documents/Projects/test_client/venv /bin/python \
138138 /Users/example-user/Documents/Projects/test_client/test_ssl.py
139139{
140140 ' redis_version' : ' 5.0.5' ,
You can’t perform that action at this time.
0 commit comments