redis带有config命令,config set 参数名 参数值。可以动态的设置参数,但重启后失效,可以通过config rewrite刷回到配置文件中去(config set slowlog-log-slower-than 100000)