File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/develop/ai/redisvl/overview Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Before running this notebook, be sure to
2020! rvl version
2121```
2222
23- 12:42:18 [RedisVL] INFO RedisVL version 0.8.0
23+ 11:20:38 [RedisVL] INFO RedisVL version 0.8.2
2424
2525
2626## Commands
@@ -191,7 +191,7 @@ You can modify these commands with the below optional arguments
191191
192192| Argument | Description | Default |
193193| ----------------| -------------| ---------|
194- | ` -u --url ` | The full Redis URL to connec to | ` redis://localhost:6379 ` |
194+ | ` -u --url ` | The full Redis URL to connect to | ` redis://localhost:6379 ` |
195195| ` --host ` | Redis host to connect to | ` localhost ` |
196196| ` -p --port ` | Redis port to connect to. Must be an integer | ` 6379 ` |
197197| ` --user ` | Redis username, if one is required | ` default ` |
@@ -211,8 +211,8 @@ By default rvl first checks if you have `REDIS_URL` environment variable defined
211211 12:43:06 [RedisVL] INFO 1. vectorizers
212212
213213
214- ### Using SSL encription
215- If your Redis instance is configured to use SSL encription then set the ` --ssl ` flag.
214+ ### Using SSL encryption
215+ If your Redis instance is configured to use SSL encryption then set the ` --ssl ` flag.
216216You can similarly specify the username and password to construct the full Redis URL
217217
218218
You can’t perform that action at this time.
0 commit comments