mirror of
https://github.com/redis/go-redis.git
synced 2025-04-17 20:17:02 +03:00
Fix typo
This commit is contained in:
parent
1614e579ed
commit
86155dcfb7
@ -183,7 +183,7 @@ func (cmd *Cmd) Int() (int, error) {
|
||||
case string:
|
||||
return strconv.Atoi(val)
|
||||
default:
|
||||
err := fmt.Errorf("redis: unexpected type=%T for Int64", val)
|
||||
err := fmt.Errorf("redis: unexpected type=%T for Int", val)
|
||||
return 0, err
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user