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
Description: When the once argument isn't given or is set to false, the Sentinel.execute_command doesn't execute across the sentinel cluster like the documentation suggests.
For example,
when I connect to a sentinel cluster with two sentinels, and run the execute_command, only one of the sentinels receive the command.
Sentinel 1 logs (doesn't receive RESET command)
Sentinel 2 logs (receives RESET command)
It also seems like if the once argument is set to True, then instead of executing the command on just 1 random sentinel, the command is executed across the cluster.