We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a0503 commit e1b8163Copy full SHA for e1b8163
docs/examples/connection_examples.ipynb
@@ -75,13 +75,26 @@
75
]
76
},
77
{
78
- "cell_type": "markdown",
+ "cell_type": "code",
79
+ "execution_count": 4,
80
"metadata": {},
81
+ "outputs": [
82
+ {
83
+ "data": {
84
+ "text/plain": [
85
+ "True"
86
+ ]
87
+ },
88
89
+ "metadata": {},
90
+ "output_type": "execute_result"
91
+ }
92
+ ],
93
"source": [
94
"import redis\n",
95
"\n",
96
"r = redis.Redis(protocol=3)\n",
- "rcon.ping()"
97
+ "r.ping()"
98
99
100
@@ -93,7 +106,7 @@
106
107
108
"cell_type": "code",
- "execution_count": 4,
109
+ "execution_count": 5,
110
111
"outputs": [
112
@@ -102,7 +115,7 @@
102
115
"True"
103
116
104
117
105
118
119
120
"output_type": "execute_result"
121
}
0 commit comments