Skip to content

Commit f6800c6

Browse files
committed
cli notebook
1 parent 71fc418 commit f6800c6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/overview/cli.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"name": "stdout",
2525
"output_type": "stream",
2626
"text": [
27-
"12:42:18 [RedisVL] INFO RedisVL version 0.8.0\n"
27+
"11:20:38 [RedisVL] INFO RedisVL version 0.8.2\n"
2828
]
2929
}
3030
],
@@ -300,7 +300,7 @@
300300
"\n",
301301
"| Argument | Description | Default |\n",
302302
"|----------------|-------------|---------|\n",
303-
"| `-u --url` | The full Redis URL to connec to | `redis://localhost:6379` |\n",
303+
"| `-u --url` | The full Redis URL to connect to | `redis://localhost:6379` |\n",
304304
"| `--host` | Redis host to connect to | `localhost` |\n",
305305
"| `-p --port` | Redis port to connect to. Must be an integer | `6379` |\n",
306306
"| `--user` | Redis username, if one is required | `default` |\n",
@@ -339,8 +339,8 @@
339339
"cell_type": "markdown",
340340
"metadata": {},
341341
"source": [
342-
"### Using SSL encription\n",
343-
"If your Redis instance is configured to use SSL encription then set the `--ssl` flag.\n",
342+
"### Using SSL encryption\n",
343+
"If your Redis instance is configured to use SSL encryption then set the `--ssl` flag.\n",
344344
"You can similarly specify the username and password to construct the full Redis URL"
345345
]
346346
},
@@ -374,7 +374,7 @@
374374
],
375375
"metadata": {
376376
"kernelspec": {
377-
"display_name": ".venv",
377+
"display_name": "redisvl-56gG2io_-py3.11",
378378
"language": "python",
379379
"name": "python3"
380380
},
@@ -388,7 +388,7 @@
388388
"name": "python",
389389
"nbconvert_exporter": "python",
390390
"pygments_lexer": "ipython3",
391-
"version": "3.13.2"
391+
"version": "3.11.9"
392392
}
393393
},
394394
"nbformat": 4,

0 commit comments

Comments
 (0)