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: src/modules/keydb_modstatsd/modmain.cpp
+35Lines changed: 35 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,8 @@ class StatsdClientWrapper
67
67
68
68
/* constants */
69
69
statictime_t c_infoUpdateSeconds = 10;
70
+
// the current Redis Cluster setup we configure replication factor as 2, each non-empty master node should have 2 replicas, given that there are 3 zones in each regions
0 commit comments