forked from phoenix/litellm-mirror
allow setting password for redis cluster
This commit is contained in:
parent
eaab0e761d
commit
9a9c0e42eb
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"}
|
||||
|
||||
available_args = [x for x in arg_spec.args if x not in exclude_args]
|
||||
available_args.append("password")
|
||||
|
||||
return available_args
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue