...

Package helper

import "github.com/redis/go-redis/v9/helper"
Overview
Index

Overview ▾

func MustParseFloat

func MustParseFloat(s string) float64

func ParseFloat

func ParseFloat(s string) (float64, error)