Skip to content

Commit

Permalink
Update simpleredis.go
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlerebourg authored May 18, 2024
1 parent bc51fcb commit 2d4f576
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion simpleredis.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ func (sr *SimpleRedis) askRedis(cmd redisCmd, channel chan redisCmd) redisCmd {
}
read, _ = reader.ReadLineBytes()
return redisCmd{Data: read}

}
}
}
Expand Down

0 comments on commit 2d4f576

Please sign in to comment.