summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBar Shaul <88437685+barshaul@users.noreply.github.com>2022-11-21 12:03:53 +0200
committerGitHub <noreply@github.com>2022-11-21 12:03:53 +0200
commit59c8e7d05a5cf79c933f0c7e0fef0dfee93b0ed4 (patch)
tree473e2e742af4342d3e1784ef86eadb11b1c2e684
parentaf44021f3a595637b4ef2c3a873d628b309905a1 (diff)
downloadredis-py-59c8e7d05a5cf79c933f0c7e0fef0dfee93b0ed4.tar.gz
Removed bad tokens from connection_examples.ipynb to fix the json output (#2455)
-rw-r--r--docs/examples/connection_examples.ipynb5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/examples/connection_examples.ipynb b/docs/examples/connection_examples.ipynb
index ca8dd44..a15b4c6 100644
--- a/docs/examples/connection_examples.ipynb
+++ b/docs/examples/connection_examples.ipynb
@@ -116,7 +116,6 @@
"user_connection.ping()"
],
"metadata": {}
- }
},
{
"cell_type": "markdown",
@@ -124,7 +123,6 @@
"## Connecting to a redis instance with standard credential provider"
],
"metadata": {}
- }
},
{
"cell_type": "code",
@@ -162,7 +160,6 @@
"user_connection.ping()"
],
"metadata": {}
- }
},
{
"cell_type": "markdown",
@@ -170,7 +167,6 @@
"## Connecting to a redis instance first with an initial credential set and then calling the credential provider"
],
"metadata": {}
- }
},
{
"cell_type": "code",
@@ -200,7 +196,6 @@
"cred_provider = InitCredsSetCredentialProvider(username=\"init_user\", password=\"init_pass\")"
],
"metadata": {}
- }
},
{
"cell_type": "markdown",