github.com/go-redis/redis/v8.StringCmd.Val (method)
8 uses
github.com/go-redis/redis/v8 (current package)
command.go#L670: func (cmd *StringCmd) Val() string {
command.go#L675: return cmd.Val(), cmd.err
command.go#L686: return strconv.Atoi(cmd.Val())
command.go#L693: return strconv.ParseInt(cmd.Val(), 10, 64)
command.go#L700: return strconv.ParseUint(cmd.Val(), 10, 64)
command.go#L707: f, err := strconv.ParseFloat(cmd.Val(), 32)
command.go#L718: return strconv.ParseFloat(cmd.Val(), 64)
command.go#L725: return time.Parse(time.RFC3339Nano, cmd.Val())
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |