修改redis文案

This commit is contained in:
wasd
2018-09-25 14:15:18 +08:00
parent 3b4d8613fa
commit fbbcfcb454

View File

@@ -87,7 +87,7 @@ func (red *Redis) SetFlag(flg []string) {
return return
} }
if c >> 1 != 1 { if c >> 1 != 1 {
panic("Mysql参数数量不正确!") panic("Redis参数数量不正确!")
} }
for i:=0;i<c;i=i+2 { for i:=0;i<c;i=i+2 {
key := flg[i] key := flg[i]