import "github.com/redis/go-redis/v9/helper"
helper.go
func MustParseFloat(s string) float64
func ParseFloat(s string) (float64, error)