Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
diiyw committed Sep 20, 2024
1 parent c1edac6 commit e53e180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const (
MultiError uint8 = 4
)

var ClientNum atomic.Uint64
var ClientNum atomic.Int64

type HandlerFunc func(c *Conn, cmd Command)

Expand Down

0 comments on commit e53e180

Please sign in to comment.