You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/my-website/docs/proxy/config_settings.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ litellm_settings:
50
50
port: 6379# The port number for the Redis cache. Required if type is "redis".
51
51
password: "your_password"# The password for the Redis cache. Required if type is "redis".
52
52
namespace: "litellm.caching.caching"# namespace for redis cache
53
-
max_connections: 100# [OPTIONAL] Maximum number of Redis connections. Passed directly to redis-py. Increase if you see 'No connection available' errors under high load.
53
+
max_connections: 100# [OPTIONAL] Set Maximum number of Redis connections. Passed directly to redis-py.
0 commit comments