github.com/go-redis/redis/v8.baseCmd.stringArg (method)

2 uses

	github.com/go-redis/redis/v8 (current package)
		command.go#L120: 	return internal.ToLower(cmd.stringArg(0))
		command.go#L142: func (cmd *baseCmd) stringArg(pos int) string {