MCPcopy
hub / github.com/redis/go-redis / Val

Method Val

command.go:1604–1606  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1602}
1603
1604func (cmd *StringCmd) Val() string {
1605 return cmd.val
1606}
1607
1608func (cmd *StringCmd) Result() (string, error) {
1609 return cmd.val, cmd.err

Callers 1

ScriptLoadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected