Skip to content

Commit 5174410

Browse files
authored
Merge pull request #848 from nextcloud/redis-scaling
redis scaling
2 parents a1c32f4 + b1f697a commit 5174410

37 files changed

+4542
-1740
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ For high-traffic environments with multiple websocket servers:
212212
1. Use Redis for shared session state
213213
2. Configure load balancer with session stickiness
214214
3. Redis Streams handles WebSocket scaling automatically
215+
4. Redis is required for multi-node clusters; socket and room session keys use TTLs instead of global clears so restarting a node does not erase active state on its peers
215216

216217
## Benchmarking & Capacity Planning
217218

0 commit comments

Comments
 (0)