+When the client sends a sensitive command (```set```, ```delete```, ```testAndset``` ) to the server, the command needs to be redirect to the leader of the cluster.
+So we add the ``` -L ``` flag to make curl follow location hints in http location header when there is a redirection http response.