Commit 3fd4b23
authored
MOD-9909 Make CLUSTERSET visible again (#61)
Redis 8 introduced a new "internal" module flag which can be used to hide internal commands from COMMAND LIST.
We need CLUSTERSET to remain visible in order for the cluster to identify a module as cluster-aware and update it upon topology changes, so this fix removed the "internal" flag from this specific command.1 parent 0fd214f commit 3fd4b23
File tree
3 files changed
+5
-3
lines changed- src
- tests/mr_test_module/pytests
3 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1365 | 1365 | | |
1366 | 1366 | | |
1367 | 1367 | | |
| 1368 | + | |
| 1369 | + | |
1368 | 1370 | | |
1369 | | - | |
| 1371 | + | |
| 1372 | + | |
1370 | 1373 | | |
1371 | 1374 | | |
1372 | 1375 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
| |||
0 commit comments