mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-12 06:13:36 +00:00
fix nb (#7843)
This commit is contained in:
parent
3f1302a4ab
commit
2a315dbee9
@ -302,7 +302,7 @@
|
|||||||
"redis_url = \"rediss://localhost:6379\"\n",
|
"redis_url = \"rediss://localhost:6379\"\n",
|
||||||
"# connection to redis sentinel at localhost and default port, db 0, no password\n",
|
"# connection to redis sentinel at localhost and default port, db 0, no password\n",
|
||||||
"# but with TLS support for booth Sentinel and Redis server\n",
|
"# but with TLS support for booth Sentinel and Redis server\n",
|
||||||
"redis_url=\"rediss+sentinel://localhost\"\n"
|
"redis_url = \"rediss+sentinel://localhost\""
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user