Skip to content

Commit e77b762

Browse files
committed
feat: add connection timeout configuration for Redis operations
1 parent ab9460f commit e77b762

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,6 +1139,7 @@ Use the following environment variables to configure timeouts:
11391139
These settings accept duration strings (e.g., `5s`, `100ms`, `1m`). When Redis is unresponsive, operations will timeout after the configured duration instead of blocking indefinitely, preventing resource exhaustion.
11401140

11411141
Example configuration for faster failure detection:
1142+
11421143
```bash
11431144
REDIS_TIMEOUT=5s
11441145
REDIS_PERSECOND_TIMEOUT=3s

0 commit comments

Comments
 (0)