1. 22 Jun, 2018 4 commits
  2. 21 Jun, 2018 5 commits
  3. 20 Jun, 2018 5 commits
  4. 19 Jun, 2018 13 commits
  5. 18 Jun, 2018 9 commits
  6. 17 Jun, 2018 1 commit
  7. 16 Jun, 2018 2 commits
  8. 14 Jun, 2018 1 commit
    • antirez's avatar
      Sentinel: add an option to deny online script reconfiguration. · 6a66b93b
      antirez authored
      The ability of "SENTINEL SET" to change the reconfiguration script at
      runtime is a problem even in the security model of Redis: any client
      inside the network may set any executable to be ran once a failover is
      triggered.
      
      This option adds protection for this problem: by default the two
      SENTINEL SET subcommands modifying scripts paths are denied. However the
      user is still able to rever that using the Sentinel configuration file
      in order to allow such a feature.
      6a66b93b