Versions in this module Expand all Collapse all v7 v7.5.0 May 21, 2020 Changes in this version + func Atoi(b []byte) (int, error) + func BytesToString(b []byte) 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) + func StringToBytes(s string) []byte Other modules containing this package github.com/CPTSLLC/redis