- valkey pubsub rework#191
Conversation
📊 Performance MetricsPerformance Metrics (memory storage)
|
📊 Performance MetricsPerformance Metrics (postgres storage)
|
📊 Performance MetricsPerformance Metrics (cluster-valkey storage)
|
📊 Performance MetricsPerformance Metrics (nginx storage)
|
📊 Performance MetricsPerformance Metrics (dnsmasq storage)
|
All 3 tests have been executed sequentially, with the same test parameters and in the same environment. All storage data has been flushed before each test.
|
|
- additional tests
|
Why these changes The branch switches the bridge3 Valkey pub/sub from regular PUBLISH/SUBSCRIBE to sharded pub/sub (SPUBLISH/SSUBSCRIBE) on the native valkey-go client. Regular PUBLISH broadcasts every message to all cluster Result: same delivery semantics and throughput as the baseline (hardware-bound), but noticeably lower CPU/memory usage. Feature-complete and shipping-ready. Why not merged Only one validation is outstanding: a production-environment regression run to confirm there is no degradation versus the current prod version. Local and staging tests pass and the code review found no |

No description provided.