mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
allow setting password for redis cluster
This commit is contained in:
parent
0f589d44ad
commit
90c0e31d9f
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ def _get_redis_cluster_kwargs(client=None):
|
||||||
exclude_args = {"self", "connection_pool", "retry", "host", "port", "startup_nodes"}
|
exclude_args = {"self", "connection_pool", "retry", "host", "port", "startup_nodes"}
|
||||||
|
|
||||||
available_args = [x for x in arg_spec.args if x not in exclude_args]
|
available_args = [x for x in arg_spec.args if x not in exclude_args]
|
||||||
|
available_args.append("password")
|
||||||
|
|
||||||
return available_args
|
return available_args
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue