mirror of
https://github.com/redis/go-redis.git
synced 2025-06-15 12:41:41 +03:00
chore: cleanup
This commit is contained in:
@ -156,7 +156,8 @@ func (cmd *baseCmd) stringArg(pos int) string {
|
|||||||
case string:
|
case string:
|
||||||
return v
|
return v
|
||||||
default:
|
default:
|
||||||
return fmt.Sprintf("%v", v)
|
// TODO: consider using appendArg
|
||||||
|
return fmt.Sprint(v)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user