Browse Source

fix test

pull/232/head
xyctruth 4 years ago
parent
commit
c79e2a974d
  1. 4
      dtmsvr/storage/redis/redis.go

4
dtmsvr/storage/redis/redis.go

@ -281,9 +281,7 @@ return tostring(i)
`
r := ""
r, err = callLua(args, lua)
if err != nil {
return
}
dtmimp.E2P(err)
succeedCount = int64(dtmimp.MustAtoi(r))
if succeedCount > limit {
hasRemaining = true

Loading…
Cancel
Save