package util

Import Path
	github.com/go-redis/redis/v8/internal/util (on go.dev)

Dependency Relation
	imports 2 packages, and imported by 3 packages

Involved Source Files strconv.go unsafe.go
Package-Level Functions (total 6, all are exported)
BytesToString converts byte slice to string.
func ParseFloat(b []byte, bitSize int) (float64, error)
func ParseInt(b []byte, base int, bitSize int) (int64, error)
func ParseUint(b []byte, base int, bitSize int) (uint64, error)
StringToBytes converts string to byte slice.